sandro/specjour

Specjour doesn't pass exit code

listrophy opened this issue · 3 comments

If the specs fail, "rake specjour" still returns an exit code of 0.

I made a todo about this a few months ago, guess it's been a low priority. Thanks for the reminder =).

Yeah, we use the exit code in a wrapper script to run our tests. The wrapper script detects the exit code and announces the result of the test. It was mostly useful for really long test runs, which, of course, specjour is designed to eliminate. We could go off and do stuff and wait for the computer to announce it was done.

Exit with the proper status code

Closed by 879f69e