Make TextProgressListener flush standard output after writes
Brought to you by:
blep
Adding the following line at the end of startTest():
stdCOut().flush();
makes the progress indicator actually useful. As it stands, it doesn't actually indicate anything because nothing appears in standard out until a newline is written there.
Hello? Anyone home?