Closed sindresorhus closed 10 years ago
@sindresorhus could you merge this in, bump version, and npm publish
? :octocat:
+1 Was surprised this wasn't the default behavior today.
Please merge this defaults. I was burned by "failOnError" defaulting to false today.
+1 already!
Me too on Travis CI... please set "failOnError" to true...
I implemented my test runner using grunt-shell and never got notified that my tests failed. Please change this.
Won't bother until grunt 0.5 which will require changes anyway.
This would be a breaking change and I'm not going to do that yet. If you would have read the docs it clearly states the fact that these are false by default. The reason is that when this task was created a lot of people complained that grunt tasks was too noisy. I guess you can't please everyone.
Disagree, you should always follow the expected behaviour of the scripts that are running.
+1. I need that too
Woohoo!
Which is basically the opposite of what it currently is. After using this for a while I feel like it's the more common and expected behavior.
Won't bother until grunt 0.5 which will require changes anyway.