From 172a7f0b64025d2b1f94992aa2d3e82bddefbef4 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Wed, 11 Jul 2007 21:53:45 -0400 Subject: [PATCH] export extra variables needed by other test scripts --- run-tests | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run-tests b/run-tests index a9d3915..8b38544 100755 --- a/run-tests +++ b/run-tests @@ -217,8 +217,9 @@ do echo "Sleeping for "$delay" seconds between each command." setup_lower - # export the type of leftmost file system, as some tests need to know (jffs2) - export FS0 + # Export the type of file systems, as some tests need to know. + # For example: jffs2, cramfs, and squashfs. + export FS0 FS1 FS2 FS3 DEV0 DEV1 DEV2 DEV3 SPECIAL_FS delay # run actual test and abort on error (test script tries to umount unionfs) runcmd bash $t -- 2.43.0