mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 14:51:49 +00:00
* We print stats only on failure
* || true
This commit is contained in:
parent
9306a9b3f0
commit
83a0efb085
@ -80,6 +80,4 @@ registerExpectedSymlink $?
|
|||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
echo "$(basename "$0"): ${TEST_COUNT} tested, ${TEST_PASSED} passed, ${TEST_FAILED} failed"
|
[ ${TEST_FAILED} -ne 0 ] && echo "${TEST_COUNT} tested, ${TEST_PASSED} passed, ${TEST_FAILED} failed" && exit 1 || true
|
||||||
|
|
||||||
[ ${TEST_FAILED} -ne 0 ] && exit 1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user