https://issues.apache.org/bugzilla/show_bug.cgi?id=35073
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.8.0 --- Comment #2 from Stefan Bodewig <[email protected]> 2009-08-18 06:55:56 PDT --- this is the branch where JUnit is running in forked mode, running multiple tests in the same forked VM and doesn't halt on failures/errors. The line corresponds to a log statement in JUnitTask that at the ERR level that cannot be suppressed either. Without the lines in JUnitTestRunner you'd lose any indication of which test failed in Ant's log. We should either suppress both log messages or neither, which means we need a new option, sigh. logfailedtests it is, svn revision 805415 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
