From f8fd0958e05c443487ed55932a9711296c72b663 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 19 Oct 2012 17:26:56 -0600 Subject: [PATCH] LU-1538 tests: allow SLOW from environment for auster 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 Change-Id: I646adad77ade050c80e0da174dedb25d23500c1e Reviewed-on: http://review.whamcloud.com/4707 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Li Wei Reviewed-by: Oleg Drokin --- lustre/tests/auster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/auster b/lustre/tests/auster index 07e6f43..7cf7bd3 100755 --- a/lustre/tests/auster +++ b/lustre/tests/auster @@ -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 -- 1.8.3.1