From 48831d96b699bf9bd657939156cc7eb08c4d31a0 Mon Sep 17 00:00:00 2001
From: yujian <yujian>
Date: Tue, 9 Sep 2008 04:03:22 +0000
Subject: [PATCH] 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.
---
 lustre/tests/acceptance-small.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh
index 588efefd1b..72ca68d030 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}
-- 
GitLab