mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	* We print stats only on failure
* || true
This commit is contained in:
		| @@ -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 |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user