diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java index 062224cfcc..17ab74b569 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java @@ -128,9 +128,9 @@ public static int run(String[] args, Properties testProps) throws Exception { extractProviderProperties(testProps), null, false, Collections.emptyList(), skipAfterFailureCount, Shutdown.DEFAULT, 30); StartupReportConfiguration startupReportConfig = new StartupReportConfiguration(useFile, printSummary, - ConsoleReporter.PLAIN, redirectTestOutputToFile, reportsDir, trimStackTrace, null, new File(reportsDir, "TESTHASH"), false, - rerunFailingTestsCount, XSD, StandardCharsets.UTF_8.toString(), false, - getSurefireStatelessReporter(provider, disableXmlReport, null), + ConsoleReporter.PLAIN, redirectTestOutputToFile, reportsDir, trimStackTrace, null, + new File(reportsDir, "TESTHASH"), false, rerunFailingTestsCount, XSD, StandardCharsets.UTF_8.toString(), + false, true, true, getSurefireStatelessReporter(provider, disableXmlReport, null), getSurefireConsoleOutputReporter(provider), getSurefireStatelessTestsetInfoReporter(provider)); ReporterFactory reporterFactory = new DefaultReporterFactory(startupReportConfig, new PrintStreamLogger(System.out));