Closed ptgoetz closed 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.
test-with-junit
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.
Mark Derricutt » clojure-maven-plugin #45 SUCCESS This pull request looks good (what's this?)
Released to maven central as 1.3.18 - cheers.
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.