OSDN Git Service

lha-test.in: print All OK if it is so.
authorKoji Arai <jca02266@gmail.com>
Thu, 30 Oct 2008 13:36:55 +0000 (22:36 +0900)
committerKoji Arai <jca02266@gmail.com>
Thu, 30 Oct 2008 13:36:55 +0000 (22:36 +0900)
tests/lha-test.in

index a809b20..e9826ec 100644 (file)
@@ -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