From 945e32d4df4a337c529f224ddd368f617a4476ca Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Fri, 29 Jun 2007 03:04:37 -0400 Subject: [PATCH] Unionfs-regression: run ext4 tests in run-all-tests 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 --- run-all-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-all-tests b/run-all-tests index e06371d..7b66234 100755 --- a/run-all-tests +++ b/run-all-tests @@ -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 $? -- 2.43.0