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:
e576602
)
b=19115
author
anserper
<anserper>
Wed, 22 Apr 2009 17:07:01 +0000
(17:07 +0000)
committer
anserper
<anserper>
Wed, 22 Apr 2009 17:07:01 +0000
(17:07 +0000)
i=Johann Lombardi
just check for the oops
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
81fc97a
..
af17bb3
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-1471,9
+1471,9
@@
test_33b() {
rm -fr $DIR/d33
mkdir -p $DIR/d33
chown $RUNAS_ID $DIR/d33
- $RUNAS $OPENFILE -f 1286739555 $DIR/d33/f33
&& error "create"
|| true
+ $RUNAS $OPENFILE -f 1286739555 $DIR/d33/f33 || true
}
-run_test 33b "test open file with malformed flags (No panic
and return error
)"
+run_test 33b "test open file with malformed flags (No panic)"
TEST_34_SIZE=${TEST_34_SIZE:-2000000000000}
test_34a() {