git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801eeae
)
Fix a syntax error in script/tests/test_local_s3.sh .
author
Michael Adam
<obnox@samba.org>
Sun, 13 Jan 2008 22:54:48 +0000
(23:54 +0100)
committer
Michael Adam
<obnox@samba.org>
Sun, 13 Jan 2008 22:54:48 +0000
(23:54 +0100)
This will reveal the currently breaking tdbtorture to the build farm...
Michael
(This used to be commit
50f65c3c5500da8d657d5fc340e666ee8cfe148e
)
source3/script/tests/test_local_s3.sh
patch
|
blob
|
history
diff --git
a/source3/script/tests/test_local_s3.sh
b/source3/script/tests/test_local_s3.sh
index 6117106c8a3c445aa7f9c5760f6b2f990db32a5d..fd8f98ccabb5e608d54e0a47889ebfb8cd7ec183 100755
(executable)
--- a/
source3/script/tests/test_local_s3.sh
+++ b/
source3/script/tests/test_local_s3.sh
@@
-21,6
+21,6
@@
testit "replacetort" $VALGRIND $BINDIR/replacetort || \
failed=`expr $failed + 1`
testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
- failed=`expr $failed +1`
+ failed=`expr $failed +
1`
testok $0 $failed