* We print stats only on failure

* || true
This commit is contained in:
stelcheck 2014-08-29 15:01:15 +09:00
parent 9306a9b3f0
commit 83a0efb085

View File

@ -80,6 +80,4 @@ registerExpectedSymlink $?
cleanup
echo "$(basename "$0"): ${TEST_COUNT} tested, ${TEST_PASSED} passed, ${TEST_FAILED} failed"
[ ${TEST_FAILED} -ne 0 ] && exit 1
[ ${TEST_FAILED} -ne 0 ] && echo "${TEST_COUNT} tested, ${TEST_PASSED} passed, ${TEST_FAILED} failed" && exit 1 || true