From: Robert Read Date: Wed, 3 Feb 2010 08:15:15 +0000 (-0800) Subject: b=21890 Remove bash -TE flags from acceptance-small.sh X-Git-Tag: 1.10.0.36~10 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=381604f44423893522517e2058237d8a1354e924 b=21890 Remove bash -TE flags from acceptance-small.sh These flags is not needed since test-framework sets the error trap in all the scripts. --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 2d9277a..4b9a943 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -2,7 +2,7 @@ # script which _must_ complete successfully (at minimum) before checkins to # the CVS HEAD are allowed. #set -vx -set -eTE +set -e export MSKIPPED=0 export OSKIPPED=0