From: adilger Date: Tue, 12 Apr 2005 09:20:34 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~26 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b5130a4a325cf78b5f3c9e4311075cfd3fa4e5f5;p=fs%2Flustre-release.git Branch: b1_4 Don't override START and CLEAN, in case it is desirable to run a full unmount-after-every-test sanity.sh (which is no longer the default). --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index f42d410..a34db0b 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -25,7 +25,7 @@ fi [ "$DEBUG_ON" ] || DEBUG_ON="eval echo -1 > /proc/sys/portals/debug" for NAME in $CONFIGS; do - export NAME MOUNT + export NAME MOUNT START CLEAN [ -e $NAME.sh ] && sh $NAME.sh [ ! -e $NAME.xml ] && [ -z "$LDAPURL" ] && \ echo "no config '$NAME.xml'" 1>&2 && exit 1 @@ -35,7 +35,7 @@ for NAME in $CONFIGS; do fi if [ "$SANITY" != "no" ]; then - SANITYLOG=/tmp/sanity.log START=: CLEAN=: sh sanity.sh + SANITYLOG=/tmp/sanity.log sh sanity.sh fi if [ "$DBENCH" != "no" ]; then