andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Throw an exception if tests fail #135

Closed danielcompton closed 5 years ago

danielcompton commented 5 years ago

When running tests from the command line, if tests fail, boot will still exit with a 0 status code, indicating success.

:exit? true causes an exception to be thrown if tests fail, which will then exit with a non-zero exit code.