I had to deal with this when I wrote something similar for Ant, to print a summary of failed unit tests at the end of the build. The reality is that an enhancement in this area will simply have to detect that one or more tests have failed and simply print out a detailed summary of what went wrong. Printing standard out/error is probably not going to be practical.