X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-sec.sh;h=fe1db87cdc99600fa035c5d5d7ceaf3f4b82e181;hb=3ce7fb1d3006d6e2488d81d03246c32b69a76ec6;hp=612fedaebb55ceaee75844cad8fa849a4d18298f;hpb=b3339a8ccc7c20057c68a2cd04b9868e10b32c19;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index 612feda..fe1db87 100644 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -7,7 +7,12 @@ set -e ONLY=${ONLY:-"$*"} -[ "$EXCEPT" ] && echo "Skipping tests: `echo $EXCEPT`" +# bug number for skipped test: 19430 19967 19967 +ALWAYS_EXCEPT=" 2 5 6 $SANITY_SEC_EXCEPT" +# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! + +[ "$ALWAYS_EXCEPT$EXCEPT" ] && \ + echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT" SRCDIR=`dirname $0` export PATH=$PWD/$SRCDIR:$SRCDIR:$PWD/$SRCDIR/../utils:$PATH:/sbin