talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
252 stars 74 forks source link

test-with-junit: Fail build when there are both passing and failing test suites #75

Closed ptgoetz closed 10 years ago

ptgoetz commented 10 years ago

This fixes a case where test-with-junit would not fail the build if there were both test suites with and without failures.

The build would pass even if there were failures, depending on the execution order of the test suites.

This also adds code that outputs the test results and whether or not there were any failures.

buildhive commented 10 years ago

Mark Derricutt » clojure-maven-plugin #45 SUCCESS This pull request looks good (what's this?)

talios commented 10 years ago

Released to maven central as 1.3.18 - cheers.