From ca2070f25809c542862c1045ec808225a4d0be61 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 27 Oct 2015 09:37:01 -0400 Subject: [PATCH] Modify properties to make them easier to use. Also standardize properties names Change-Id: I4b25f879d8c0b3b1e74b9590905b1a4b0cfe02ca --- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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