jdcataldo / grunt-mocha-phantomjs

A simple grunt wrapper for mocha-phantomjs to allow for ci integration
MIT License
70 stars 40 forks source link

Get non-zero exit code with output set #43

Closed donnielrt closed 9 years ago

donnielrt commented 9 years ago

I see that the task will always complete with a zero code when the output option is provided. Is there a way to coerce a failure, since CircleCI is marking the task as successful?

jdcataldo commented 9 years ago

Just published v2.0.0 with a failWithOutput option. Let me know if you run into any issues.

donnielrt commented 9 years ago

Thanks @jdcataldo!