Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-05-30 20:02:25 +0000
committerMarc Khouzam2014-05-30 20:03:06 +0000
commit580b3a892a7ae133fd7214c4b194d9a61bff2b2b (patch)
tree345a01ef36d2294fd5ee1f9f8124e58fda9d8cea /dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
parent1333d6b53a389faba66107fa03a190d31fa3fe5f (diff)
downloadorg.eclipse.cdt-580b3a892a7ae133fd7214c4b194d9a61bff2b2b.tar.gz
org.eclipse.cdt-580b3a892a7ae133fd7214c4b194d9a61bff2b2b.tar.xz
org.eclipse.cdt-580b3a892a7ae133fd7214c4b194d9a61bff2b2b.zip
Point Debug tests to the instance of GDB on CDT's HIPP
Change-Id: Ib4e84a3c7c0717b458fd7cffe3ff70b1a1d3bcc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml')
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml4
1 files changed, 2 insertions, 2 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 207f739bdf6..2933a2e2208 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -25,7 +25,7 @@
</repositories>-->
<properties>
- <gdbPathOption>-Dcdt.tests.dsf.gdb.path=/opt/public/download-staging.priv/tools/cdt/gdb</gdbPathOption>
+ <gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb</gdbPathOption>
</properties>
<build>
@@ -64,7 +64,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
- <useUIHarness>true</useUIHarness>
+ <useUIHarness>false</useUIHarness>
<argLine>${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption}</argLine>
<includes>
<include>**/AutomatedSuite.*</include>

Back to the top