Update list of tests to all those tried (and mention reiser4's status)
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 13 Jul 2007 22:52:06 +0000 (18:52 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Fri, 13 Jul 2007 22:52:06 +0000 (18:52 -0400)
run-all-tests

index b381cbd90f64c78061008e16e2ce2137f0ad78dc..4d408bd46df527f767397ad99a0171dad89b1d19 100755 (executable)
@@ -5,13 +5,11 @@
 make || exit $?
 
 # support for nfs4 isn't ready yet
-LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3"
+# reiser4 seems buggy on its own (tested in 2.6.21)
+LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3 jffs2 ramfs tmpfs cramfs squashfs"
 for fs in $LIST
 do
        echo "Running $fs tests..."
        sleep 1
        MYFS=$fs ./run-tests default || exit $?
 done
-
-# jffs2 is a special test, as jffs2 is used only as the leftmost branch
-./run-tests jffs2 || exit $?