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:
e03c43e
)
branch: b1_6
author
ericm
<ericm>
Wed, 28 May 2008 18:33:44 +0000
(18:33 +0000)
committer
ericm
<ericm>
Wed, 28 May 2008 18:33:44 +0000
(18:33 +0000)
fix test script: at_start return correct value.
b=13659
r=grev
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
d758682
..
01a9044
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-1385,7
+1385,7
@@
AT_MAX_SET=0
at_start()
{
- at_is_valid ||
skip "AT env is invalid"
+ at_is_valid ||
{ skip "AT env is invalid" && return 1 }
if ! at_is_enabled; then
echo "AT is disabled, enable it by force temporarily"