Whamcloud - gitweb
LU-589 auster: Export 'CONFIG' environment variable.
[fs/lustre-release.git] / lustre / tests / auster
index d8570cc..ef6ec12 100755 (executable)
@@ -53,7 +53,7 @@ the default "local" configuration.
 
 Run all tests in the regression group 5 times using large config.
 
-  auster -f large -g test-groups/regression  -r 5
+  auster -f large -g test-groups/regression -i 5
 
 EOF
     exit
@@ -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;;