test: cluster: unhide child errors in bind-twice
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 25 Apr 2013 20:01:24 +0000 (22:01 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 25 Apr 2013 20:29:46 +0000 (22:29 +0200)
commit45ed54600931eb6a81543dbb1e9b4bd77a10c4a5
treeb00ad1d7f86f143a7f68ed136d7a7534d8a0f3f1
parent872e720c9f13e4ecdde3395af608df772cfeee84
test: cluster: unhide child errors in bind-twice

Errors in leaf child processes weren't picked up by the test runner
because they didn't get bubbled up to the main process. Don't forcibly
kill the child processes; tell them to quit gracefully, then inspect
their exit codes.
test/simple/test-cluster-bind-twice.js