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 $?