commit 5423eeec16cb3e7d23e03f5df8b9262e665ae3f7 Author: cheister Date: Fri Dec 2 13:36:51 2016 -0800 Don't exit the JUnitRunner with number of failures because Java will mod the exit code. (#4106) ### Problem If you have a test with 256 failures it will return success ### Solution Don't System.exit(failureCount) src/java/org/pantsbuild/tools/junit/impl/ConsoleRunnerImpl.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)