293ff1e
--- tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java.orig	2018-07-25 15:02:39.484574315 +0100
293ff1e
+++ tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java	2018-07-25 15:04:38.494188050 +0100
293ff1e
@@ -101,7 +101,7 @@
293ff1e
                 skipAfterFailureCount, Shutdown.DEFAULT, 0);
293ff1e
         StartupReportConfiguration startupReportConfig = new StartupReportConfiguration(useFile, printSummary,
293ff1e
                 StartupReportConfiguration.PLAIN_REPORT_FORMAT, redirectTestOutputToFile, disableXmlReport, reportsDir,
293ff1e
-                trimStacktrace, null, new File(reportsDir, "TESTHASH"), false, rerunFailingTestsCount, null);
293ff1e
+                trimStacktrace, null, new File(reportsDir, "TESTHASH"), false, rerunFailingTestsCount, null, null);
293ff1e
         ReporterFactory reporterFactory = new DefaultReporterFactory(startupReportConfig, new NullConsoleLogger());
293ff1e
         // API indicates we should use testClassLoader below but surefire also tries 
293ff1e
         // to load surefire classes using this classloader