juliangruber / tap-bail

Bail out when the first TAP test fails
17 stars 4 forks source link

Wait for error message to be printed before exiting process #1

Closed cgrossde closed 9 years ago

cgrossde commented 10 years ago

Hey, tap-bail exits as soon as "Not ok" is found. This prohibits tap to print the error message in my case. So I added another check to wait for the line with "..." after the error message. Cheers

juliangruber commented 10 years ago

this looks good, can you add a test case so this won't be broken later on?

cgrossde commented 10 years ago

sorry, don’t want to spent the time on it. It’s just a short piece of code I use, though you might like it.

Am 01.07.2014 um 15:45 schrieb Julian Gruber notifications@github.com:

this looks good, can you add a test case so this won't be broken later on?

— Reply to this email directly or view it on GitHub.

juliangruber commented 10 years ago

I like it, I'll see when I get around to adding the test

cgrossde commented 9 years ago

I will close this now.