Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-11-11 Theodore Tso <tytso@mit.edu>
+ * Makefile.in (check-failed): New target which automatically
+ re-runs any failed tests
+
* f_badinode, f_bad_disconnected_inode: Update expect scripts to
show check for i_blocks_hi instead of i_frag and i_fsize.
@echo " "
@./test_script
+check-failed:
+ @a=`/bin/ls *.failed 2> /dev/null | sed -e 's/.failed//'`; \
+ if test "$$a"x == x ; then \
+ echo "No failed tests" ; \
+ else \
+ ./test_script $$a ; \
+ fi
+
+
TDIR=f_testnew
# Target which creates a new testcase to simplify adding new regression tests.
testnew: