From: adilger Date: Thu, 1 Apr 2004 11:41:45 +0000 (+0000) Subject: Disable tests for which fixes are not currently in b1_2. X-Git-Tag: v1_8_0_110~486^6~31 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=152e0cfd81d34da8a2fd305c3a5ad47707697126;p=fs%2Flustre-release.git Disable tests for which fixes are not currently in b1_2. --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 6117da4..c7090a8 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2,8 +2,8 @@ set -e -# 17 = bug 2732 2986 -ALWAYS_EXCEPT="17 20b" +# bug 2732 2986 2762 2766 +ALWAYS_EXCEPT="17 20b 16 18" LUSTRE=${LUSTRE:-`dirname $0`/..} UPCALL=${UPCALL:-$PWD/recovery-small-upcall.sh} @@ -63,6 +63,12 @@ if [ ! -z "$EVAL" ]; then exit $? fi +if [ "$ONLY" == "cleanup" ]; then + sysctl -w portals.debug=0 || true + cleanup + exit +fi + REFORMAT=--reformat $SETUP unset REFORMAT