From: nathan Date: Fri, 2 Nov 2007 20:18:39 +0000 (+0000) Subject: b=13709 X-Git-Tag: v1_7_0_51~538 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e9973c21fa64973e41cc0e060eec0da5e000498e;p=fs%2Flustre-release.git b=13709 always except test 22 until 13709 is resolved --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 460adb2..8626370 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -14,8 +14,8 @@ ONLY=${ONLY:-"$*"} # These tests don't apply to mountconf MOUNTCONFSKIP="9 10 11 12 13 13b 14 15" -# bug number for skipped test: 2661 10510 12743 -ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP 16 23 36" +# bug number for skipped test: 2661 13709 10510 12743 +ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP 16 22 23 36" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=`dirname $0`