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:
613359d
)
Make the error message a little more clear as to the conditions of the test
author
buffalo-pull
<buffalo-pull>
Wed, 2 Jun 2004 17:41:23 +0000
(17:41 +0000)
committer
buffalo-pull
<buffalo-pull>
Wed, 2 Jun 2004 17:41:23 +0000
(17:41 +0000)
being a FAIL.
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
143f981
..
a16ce2a
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-1380,7
+1380,7
@@
trunc_test() {
test_42c() {
trunc_test 42c 1024
[ $BEFOREWRITES -eq $AFTERWRITES ] && \
- error "
$BEFOREWRITES <
$AFTERWRITES on truncate"
+ error "
beforewrites $BEFOREWRITES == afterwrites
$AFTERWRITES on truncate"
rm $file
}
run_test 42c "test partial truncate of file with cached dirty data"