From aa65c1c3bf81caeedd7f075d695e3b322f8a7efa Mon Sep 17 00:00:00 2001 From: wangdi Date: Mon, 30 Apr 2007 23:55:41 +0000 Subject: [PATCH] Branch: HEAD Fix bug number and ALWAYS_EXCEPT according to nathan's advices, which should be line up vertically. Disable test_42 again, it seems bug9789 still there. --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 40e50ff..39db040 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 4900 4900 2108 3637 3561 5188/5749 10764 -ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27o 27q 45 68 75"} +# bug number for skipped test: 4900 4900 2108 9789 3637 9789 3561 5188/5749 10764 +ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27o 27q 42a 42b 42c 42d 45 68 75"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 24o 27m 36f 36g 51b 51c 63 64b 71 73 77 101 115" -- 1.8.3.1