Browse Source

* We print stats only on failure

* || true
nvm_copy_packages_system
stelcheck 10 years ago
parent
commit
83a0efb085
  1. 4
      test/fast/Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false

4
test/fast/Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false

@ -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

Loading…
Cancel
Save