From: grev Date: Thu, 7 Aug 2008 17:11:47 +0000 (+0000) Subject: b=16487 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~371 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=29282044a359d4aac2098b205d1a6252fad7bdc5;p=fs%2Flustre-release.git b=16487 i=Alexey.Lyashkov do not set CLIENTS; it is not used by script --- diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index ed050cb..df7e8b6 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -38,9 +38,6 @@ assert_env LIVE_CLIENT FSNAME # FAIL_CLIENTS list should not contain the LIVE_CLIENT FAIL_CLIENTS=$(echo " $FAIL_CLIENTS " | sed -re "s/\s+$LIVE_CLIENT\s+/ /g") -# This can be a regexp, to allow more clients -CLIENTS=${CLIENTS:-"`comma_list $LIVE_CLIENT $FAIL_CLIENTS`"} - DIR=${DIR:-$MOUNT} #####