Unionfs-regression: run ext4 tests in run-all-tests
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 07:04:37 +0000 (03:04 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 07:04:37 +0000 (03:04 -0400)
Also don't set MYFS before running the special jffs2 test, because it would
cause all branches to use jffs2, and we only want the topmost branch to be
jffs2.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
run-all-tests

index e06371d6fc717731a4f9f3bf2dab985d20ddb316..7b662345046a4e7d2d3b3a9f7a499fb89c1eb810 100755 (executable)
@@ -2,7 +2,7 @@
 # run all unionfs regression tests
 
 # support for nfs4 isn't ready yet
-LIST="ext2 ext3 xfs reiserfs nfs2 nfs3"
+LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3"
 for fs in $LIST
 do
        echo "Running $fs tests..."
@@ -11,4 +11,4 @@ do
 done
 
 # jffs2 is a special test, as jffs2 is used only as the leftmost branch
-MYFS="jffs2" ./run-tests jffs2 || exit $?
+./run-tests jffs2 || exit $?