diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index 29eafaf222c..8833a93abd1 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -16,8 +16,8 @@
eclipse-test-plugin
- -Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin
- AutomatedSuite.java
+ /shared/common/gdb/gdb-all/bin
+ AutomatedSuite.java
1
@@ -58,9 +58,9 @@
${tycho-version}
false
- ${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier}
+ ${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier}
- **/${gdbTestSuite}
+ **/${dsf.gdb.tests.gdbTestSuite}
true