From b5130a4a325cf78b5f3c9e4311075cfd3fa4e5f5 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 12 Apr 2005 09:20:34 +0000 Subject: [PATCH] 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). --- lustre/tests/acceptance-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1