From: Chris Horn Date: Wed, 16 Apr 2014 14:39:01 +0000 (-0500) Subject: LU-589 auster: Export 'CONFIG' environment variable. X-Git-Tag: 2.7.59~35 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=978aae23b5949bb97451c2ccbedabb26c30df813 LU-589 auster: Export 'CONFIG' environment variable. The 'CONFIG' variable defines the accsm configuration file. This variable needs to be exported so that test-suite scripts use the appropriate accsm configuration. Change-Id: Ia0fdb4014d6eeefc3e08dced3d843427756c8587 Signed-off-by: Chris Horn Reviewed-on: http://review.whamcloud.com/2051 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu --- diff --git a/lustre/tests/auster b/lustre/tests/auster index c0632bc..ef6ec12 100755 --- a/lustre/tests/auster +++ b/lustre/tests/auster @@ -71,7 +71,7 @@ export ${NAME:=local} while getopts "c:d:D:nkf:S:g:i:rRslhv" opt do case "$opt" in - c) CONFIG=$OPTARG;; + c) export CONFIG=$OPTARG;; d) test_logs_dir=$OPTARG/$(date +%Y-%m-%d)/$(date +%H%M%S);; D) test_logs_dir=$OPTARG;; g) test_group_file=$OPTARG;;