Whamcloud - gitweb
b=21890 Remove bash -TE flags from acceptance-small.sh
authorRobert Read <rread@sun.com>
Wed, 3 Feb 2010 08:15:15 +0000 (00:15 -0800)
committerRobert Read <rread@sun.com>
Wed, 3 Feb 2010 08:17:24 +0000 (00:17 -0800)
These flags is not needed since test-framework sets the error trap in all the scripts.

lustre/tests/acceptance-small.sh

index 2d9277a..4b9a943 100755 (executable)
@@ -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