--- RunnerProcess.java 11 Jun 2008 10:08:00 -0000 +++ RunnerProcess.java 13 Feb 2009 16:50:41 -0000 @@ -362,6 +362,10 @@ if (verbose) System.out.println("TEST FAILED: exception when loading " + stripPrefix(name)); + + if (report != null) + report.addTestResult(currentResult); + return; }