Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testsrunner')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml b/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml
index 4a188b94064..136cec3c289 100644
--- a/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml
+++ b/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml
@@ -32,6 +32,7 @@
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
+ <argLine>${base.ui.test.vmargs}</argLine>
<includes>
<include>**/TestsRunnerSuite.*</include>
</includes>

Back to the top