From: yujian Date: Tue, 9 Sep 2008 04:03:22 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_61~16 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=48831d96b699bf9bd657939156cc7eb08c4d31a0 Branch HEAD b=16650 i=grev i=eric.mei SANITY_GSS test should not be run when it's not in the ACC_SM_ONLY list. --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 588efef..72ca68d 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -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}