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:
bf671fe
)
Branch HEAD
author
chenzheng
<chenzheng>
Tue, 25 Mar 2008 09:49:47 +0000
(09:49 +0000)
committer
chenzheng
<chenzheng>
Tue, 25 Mar 2008 09:49:47 +0000
(09:49 +0000)
b=14731
i=adilger
Remove conf-sanity test 33a from the always except list
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
5df6fcb
..
8b7bdb5
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-16,8
+16,8
@@
MOUNTCONFSKIP="10 11 12 13 13b 14 15"
# bug number for skipped test: 13739
HEAD_EXCEPT=" 32a 32b "
-# bug number for skipped test:
14731
-ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP $HEAD_EXCEPT
33a
"
+# bug number for skipped test:
+ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP $HEAD_EXCEPT"
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
SRCDIR=`dirname $0`