1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00

Bug 484942. Change --output_format from xml to XML

All credits to scratchley <wcs@sfu.ca>
https://github.com/xgsa/cdt-tests-runner/pull/13

Change-Id: I506bc97e5377495db226adb6fa317abb40934b91
Signed-off-by: Paul Morelle <madprog+eclipse@htkc.org>
This commit is contained in:
Paul Morelle 2017-04-05 10:47:02 +02:00
parent 936daa337b
commit e082f06a70

View file

@ -52,7 +52,7 @@ public class BoostTestsRunnerProvider implements ITestsRunnerProvider {
@Override
public String[] getAdditionalLaunchParameters(String[][] testPaths) throws TestingException {
final String[] boostParameters = {
"--output_format=xml", //$NON-NLS-1$
"--output_format=XML", //$NON-NLS-1$
"--log_level=all", //$NON-NLS-1$
"--report_level=no" //$NON-NLS-1$
};