From 978aae23b5949bb97451c2ccbedabb26c30df813 Mon Sep 17 00:00:00 2001 From: Chris Horn Date: Wed, 16 Apr 2014 09:39:01 -0500 Subject: [PATCH] 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 --- lustre/tests/auster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;; -- 1.8.3.1