From: Erez_Zadok Date: Fri, 13 Jul 2007 22:52:06 +0000 (-0400) Subject: Update list of tests to all those tried (and mention reiser4's status) X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=c1ec656103db26843b41ce9c2f938ef71ce8791c;p=unionfs-regression-odf.git Update list of tests to all those tried (and mention reiser4's status) --- diff --git a/run-all-tests b/run-all-tests index b381cbd..4d408bd 100755 --- a/run-all-tests +++ b/run-all-tests @@ -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 $?