Whamcloud - gitweb
Branch HEAD
authoryujian <yujian>
Tue, 9 Sep 2008 04:03:22 +0000 (04:03 +0000)
committeryujian <yujian>
Tue, 9 Sep 2008 04:03:22 +0000 (04:03 +0000)
b=16650
i=grev
i=eric.mei

SANITY_GSS test should not be run when it's not in the ACC_SM_ONLY list.

lustre/tests/acceptance-small.sh

index 588efef..72ca68d 100755 (executable)
@@ -47,11 +47,11 @@ LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
 . $LUSTRE/tests/test-framework.sh
 init_test_env $@
 
-export SANITY_GSS="no"
 if $GSS; then
-    export SANITY_GSS="yes"
     # liblustre doesn't support GSS
     export LIBLUSTRE=no
+else
+    export SANITY_GSS="no"
 fi
 
 SETUP=${SETUP:-setupall}