From 381604f44423893522517e2058237d8a1354e924 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Wed, 3 Feb 2010 00:15:15 -0800 Subject: [PATCH 1/1] 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. --- lustre/tests/acceptance-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1