From: Erez_Zadok Date: Thu, 12 Jul 2007 01:53:45 +0000 (-0400) Subject: export extra variables needed by other test scripts X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=172a7f0b64025d2b1f94992aa2d3e82bddefbef4;p=unionfs-regression-odf.git export extra variables needed by other test scripts --- 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