From c1ec656103db26843b41ce9c2f938ef71ce8791c Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Fri, 13 Jul 2007 18:52:06 -0400 Subject: [PATCH] Update list of tests to all those tried (and mention reiser4's status) --- run-all-tests | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 $? -- 2.43.0