node-async-testing icon indicating copy to clipboard operation
node-async-testing copied to clipboard

Tests exit with success (0 in bash), when a test isn't finish

Open slomo opened this issue 14 years ago • 0 comments

If a test never finisch the return value queried by $? in bash is still 0, which means sucsess. This causes some unwanted beahviour in our ci-System. Could you fix this?

slomo avatar Jun 07 '11 09:06 slomo