diff options
-rw-r--r-- | dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 2 |
1 files changed, 1 insertions, 1 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 b724d8232dc..ce1f2288d2f 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml @@ -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> |