Whamcloud - gitweb
LU-1538 tests: allow SLOW from environment for auster
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 19 Oct 2012 23:26:56 +0000 (17:26 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 14 Dec 2012 01:28:14 +0000 (20:28 -0500)
Allow "SLOW=yes" to be passed from the environment when running
auster via acceptance-small.sh.  Otherwise, it overrides the value
passed from the environment.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I646adad77ade050c80e0da174dedb25d23500c1e
Reviewed-on: http://review.whamcloud.com/4707
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Li Wei <wei.g.li@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/auster

index 07e6f43..7cf7bd3 100755 (executable)
@@ -65,7 +65,7 @@ repeat_count=1
 upload_logs=false
 reformat=false
 test_logs_dir=/tmp/test_logs/$(date +%Y-%m-%d)/$(date +%H%M%S)
-export SLOW=no
+export ${SLOW:=no}
 export ${NAME:=local}
 while getopts "c:d:D:nkf:S:g:i:rRslhv" opt
 do