commit 1ce40ca870fee60391ed66717c8c911e7c5ff873 Author: Eric Ayers Date: Tue Nov 24 10:55:40 2015 -0500 Fix build break due to checkstyle src/java/org/pantsbuild/tools/junit/impl/ConsoleRunnerImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0c718669e78ae224766031322bdf1f75786fb320 Author: Timur Abishev Date: Tue Nov 24 10:49:51 2015 -0500 Option to specify stdout from tests to ALL, NONE or FAILURE_ONLY: java/junit runner part I've added new option (--output-mode) to specify what part of tests output should be printed to stdout (ALL | FAILURE_ONLY | NONE). This is java/junit runner part. Python part: https://rbcommons.com/s/twitter/r/3145/ PR: https://github.com/pantsbuild/pants/pull/2613 Testing Done: https://travis-ci.org/ttim/pants/builds/92749393 Bugs closed: 2613 Reviewed at https://rbcommons.com/s/twitter/r/3165/ .../tools/junit/impl/ConsoleRunnerImpl.java | 176 ++++++++++++++++----- 1 file changed, 135 insertions(+), 41 deletions(-)