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:
24fc25b
)
Branch: b1_6
author
wangdi
<wangdi>
Tue, 28 Aug 2007 12:49:53 +0000
(12:49 +0000)
committer
wangdi
<wangdi>
Tue, 28 Aug 2007 12:49:53 +0000
(12:49 +0000)
fix a typo in last commit
b=12599
lustre/tests/sanityN.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanityN.sh
b/lustre/tests/sanityN.sh
index
0f5209e
..
50dde49
100644
(file)
--- a/
lustre/tests/sanityN.sh
+++ b/
lustre/tests/sanityN.sh
@@
-4,7
+4,7
@@
set -e
ONLY=${ONLY:-"$*"}
# bug number for skipped test: 3192
-
-
ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"14b"}
+ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"14b"}
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
[ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 16"