OSDN Git Service
(root)
/
lha
/
lha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d7f68
)
lha-test.in: print All OK if it is so.
author
Koji Arai
<jca02266@gmail.com>
Thu, 30 Oct 2008 13:36:55 +0000
(22:36 +0900)
committer
Koji Arai
<jca02266@gmail.com>
Thu, 30 Oct 2008 13:36:55 +0000
(22:36 +0900)
tests/lha-test.in
patch
|
blob
|
history
diff --git
a/tests/lha-test.in
b/tests/lha-test.in
index
a809b20
..
e9826ec
100644
(file)
--- a/
tests/lha-test.in
+++ b/
tests/lha-test.in
@@
-178,6
+178,8
@@
fi
if (( $error_num != 0 )); then
message $error_num tests failed!
message test number: $error_tests
+else
+ message All tests succeeded.
fi
exit $result