1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update location to use for GDBs on HIPP

This new location lends itself better to using our new GDB download
script
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh

Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-01-15 13:16:31 -05:00
parent 5adce1b311
commit b26f160e3b

View file

@ -16,7 +16,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb</gdbPathOption>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin</gdbPathOption>
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
</properties>