commit dcd918f3d0846aed7fa2d13120567ab3ec6e02dc Author: fkorotkov Date: Tue May 12 13:31:36 2015 -0700 Fixed indention src/java/org/pantsbuild/tools/junit/ConsoleRunner.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit cdd1bc484471ed75df42b8da9f7b2c663fcd7329 Author: Fedor Korotkov Date: Tue May 12 12:54:22 2015 -0700 Make it possible to create xml reports and output to console at the same time from ConsoleRunner. Testing Done: https://travis-ci.org/fkorotkov/pants/builds/61814582 one test is failing which is failing on master too Reviewed at https://rbcommons.com/s/twitter/r/2183/ .../org/pantsbuild/tools/junit/ConsoleRunner.java | 50 ++++++++++++++-------- .../pantsbuild/tools/junit/MultiOutputStream.java | 50 ++++++++++++++++++++++ 2 files changed, 81 insertions(+), 19 deletions(-)