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:
d4397cf
)
b=12900
author
grev
<grev>
Wed, 7 Nov 2007 18:48:06 +0000
(18:48 +0000)
committer
grev
<grev>
Wed, 7 Nov 2007 18:48:06 +0000
(18:48 +0000)
i=alexey.lyashkov
i=nathan.rutman
ignore test_30 failure
lustre/tests/sanityN.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanityN.sh
b/lustre/tests/sanityN.sh
index
8502401
..
33b33d4
100644
(file)
--- a/
lustre/tests/sanityN.sh
+++ b/
lustre/tests/sanityN.sh
@@
-603,7
+603,7
@@
test_30() { #bug #11110
/bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' &
err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?')
wait
- [ $err -ne 116 ] && error "return code ($err) != -ESTALE" && return
+ [ $err -ne 116 ] && error
_ignore 12900
"return code ($err) != -ESTALE" && return
true
}