projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c1841
)
make failed tests more visible
author
Marko Kreen
<markokr@gmail.com>
Thu, 26 Jun 2008 14:42:49 +0000
(14:42 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 26 Jun 2008 14:42:49 +0000
(14:42 +0000)
test/test.sh
patch
|
blob
|
blame
|
history
diff --git
a/test/test.sh
b/test/test.sh
index b7a6f68f1482e623121f17cd0739ad8729b777ae..242cd9d473f7bd462143ef7683c87e4ca7b9a9b7 100755
(executable)
--- a/
test/test.sh
+++ b/
test/test.sh
@@
-109,7
+109,7
@@
runtest() {
echo -n "`date` running $1 ... "
eval $1 >$LOGDIR/$1.log 2>&1
if [ $? -eq 0 ]; then
- echo "
SUCCESS
"
+ echo "
ok
"
else
echo "FAILED"
fi