Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc18651
)
Disable tests for which fixes are not currently in b1_2.
author
adilger
<adilger>
Thu, 1 Apr 2004 11:41:45 +0000
(11:41 +0000)
committer
adilger
<adilger>
Thu, 1 Apr 2004 11:41:45 +0000
(11:41 +0000)
lustre/tests/recovery-small.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-small.sh
b/lustre/tests/recovery-small.sh
index
6117da4
..
c7090a8
100755
(executable)
--- a/
lustre/tests/recovery-small.sh
+++ b/
lustre/tests/recovery-small.sh
@@
-2,8
+2,8
@@
set -e
-#
17 = bug 2732 298
6
-ALWAYS_EXCEPT="17
20b
"
+#
bug 2732 2986 2762 276
6
+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