From: Andreas Dilger Date: Mon, 1 Oct 2012 04:08:24 +0000 (-0600) Subject: LU-1581 tests: restore CONF_SANITY_EXCEPT handling X-Git-Tag: 2.3.53~34 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=341b9af7cb1cf9214fa8c816498faca4b69714e3 LU-1581 tests: restore CONF_SANITY_EXCEPT handling Commit 6a6561972406043efe41ae43b64fd278f360a4b9 removed the check in conf-sanity.sh for a global test exception list. This prevents skipping tests from conf-sanity.sh when it is being run as part of a larger set of tests, such as acceptance-small.sh. Signed-off-by: Andreas Dilger Change-Id: I822cf5e9f873710c35321a88c94e576f15500c1e Reviewed-on: http://review.whamcloud.com/4138 Tested-by: Hudson Reviewed-by: Alex Zhuravlev Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index a75f054..b3e15ce 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -10,7 +10,7 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: -# 15977 +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! if [ "$FAILURE_MODE" = "HARD" ]; then