Whamcloud - gitweb
b=13698 allow e2fsck part of lfsck.sh to be run without lfsck
[fs/lustre-release.git] / lustre / tests / acceptance-small.sh
index 2d9277a..2a52d82 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
@@ -13,7 +13,8 @@ DEFAULT_SUITES="runtests sanity sanity-benchmark sanityn lfsck liblustre
                 replay-ost-single replay-dual insanity sanity-quota sanity-sec
                 sanity-gss performance-sanity large-scale recovery-mds-scale 
                 recovery-double-scale recovery-random-scale parallel-scale 
-                lustre_rsync-test metadata-updates ost-pools lnet-selftest"
+                lustre_rsync-test metadata-updates ost-pools lnet-selftest
+                mmp"
 
 if [[ -n $@ ]]; then
     ACC_SM_ONLY="${ACC_SM_ONLY} $@"
@@ -41,7 +42,6 @@ if [ "$ACC_SM_ONLY" ]; then
         export ${O}="yes"
     done
 fi
-LFSCK="no" # bug 13698
 
 STARTTIME=`date +%s`