From 24fc25b813653269977bb2a0a15e6104c098727a Mon Sep 17 00:00:00 2001 From: wangdi <wangdi> Date: Mon, 27 Aug 2007 20:52:23 +0000 Subject: [PATCH] Branch: b1_6 oops forget skip in last commit. b=12599 i=adilger i=brian i=mjmac --- lustre/tests/sanity.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7d4f2ff8c4..2c0d758ef6 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -98,6 +98,12 @@ setup() { echo "done" } +skip () { + log "$0: SKIP: $TESTNAME $@" + [ "$SANITYLOG" ] && echo "$0: SKIP: $TESTNAME $@" >> $SANITYLOG + +} + check_kernel_version() { VERSION_FILE=$LPROC/version WANT_VER=$1 -- GitLab