From: Jian Yu Date: Mon, 25 Nov 2013 03:41:28 +0000 (+0800) Subject: LU-4304 tests: fix auster to detect "SKIP" test status X-Git-Tag: 2.5.53~2 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=a8347b4796303fb50b2b34f53d0b172bad94583e LU-4304 tests: fix auster to detect "SKIP" test status This patch fixes run_suite() in auster to detect "SKIP" test status for one test suite. If all of the sub-tests in one test suite were skipped, then the status of the test suite would be "SKIP" instead of "PASS". Signed-off-by: Jian Yu Change-Id: Ice971aa4b15675c8a5f70f5b32092db69358565e Reviewed-on: http://review.whamcloud.com/8381 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/auster b/lustre/tests/auster index 8f724948..d8570cc 100755 --- a/lustre/tests/auster +++ b/lustre/tests/auster @@ -11,6 +11,7 @@ set -e export TF_FAIL=/tmp/tf.fail +export TF_SKIP=/tmp/tf.skip usage() { less -F <