Skip to content
Snippets Groups Projects
Commit 48831d96 authored by Jian Yu's avatar Jian Yu
Browse files

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.
parent 7cf42712
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment