Whamcloud - gitweb
Disable tests for which fixes are not currently in b1_2.
authoradilger <adilger>
Thu, 1 Apr 2004 11:41:45 +0000 (11:41 +0000)
committeradilger <adilger>
Thu, 1 Apr 2004 11:41:45 +0000 (11:41 +0000)
lustre/tests/recovery-small.sh

index 6117da4..c7090a8 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -e
 
-# 17 = bug 2732   2986
-ALWAYS_EXCEPT="17 20b"
+#         bug 2732 2986 2762 2766
+ALWAYS_EXCEPT="17   20b  16   18"
 
 LUSTRE=${LUSTRE:-`dirname $0`/..}
 UPCALL=${UPCALL:-$PWD/recovery-small-upcall.sh}
@@ -63,6 +63,12 @@ if [ ! -z "$EVAL" ]; then
     exit $?
 fi
 
+if [ "$ONLY" == "cleanup" ]; then
+    sysctl -w portals.debug=0 || true
+    cleanup
+    exit
+fi
+
 REFORMAT=--reformat $SETUP
 unset REFORMAT