From 83a0efb08597c7781d06c01ff6116dcd279203db Mon Sep 17 00:00:00 2001 From: stelcheck Date: Fri, 29 Aug 2014 15:01:15 +0900 Subject: [PATCH] * We print stats only on failure * || true --- ... the \"current\" symlink if $NVM_SYMLINK_CURRENT is false" | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git "a/test/fast/Running \"nvm use x\" should not create the \"current\" symlink if $NVM_SYMLINK_CURRENT is false" "b/test/fast/Running \"nvm use x\" should not create the \"current\" symlink if $NVM_SYMLINK_CURRENT is false" index bf64b18..8ae7b29 100755 --- "a/test/fast/Running \"nvm use x\" should not create the \"current\" symlink if $NVM_SYMLINK_CURRENT is false" +++ "b/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