From ef07729e4503e19eec255e5fdd9a8ec513263cd5 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 4 Jun 2019 13:15:11 -0400 Subject: [PATCH] [releng] Move gdb path and version to test variables to root pom They used to be duplicated in multiple places in further down poms. Change-Id: Ifd7adf356892138a2aa79c22084a52cc25619b1b --- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 2 -- jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml | 2 -- pom.xml | 2 ++ 3 files changed, 2 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 632771d3c94..ae28833e23e 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml @@ -16,10 +16,8 @@ eclipse-test-plugin - /shared/common/gdb/gdb-all/bin AutomatedSuite.java 1 - gdb.8.2 ${dsf-gdb.skip.tests} diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml b/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml index 9b13ca91f02..5855542da93 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core.tests/pom.xml @@ -16,10 +16,8 @@ eclipse-test-plugin - /shared/common/gdb/gdb-all/bin AutomatedSuite.java 1 - gdb.8.1 ${dsf-gdb.skip.tests} diff --git a/pom.xml b/pom.xml index 4ec400415cc..3c2f8607344 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,8 @@ -DskipTests will override anything else as normal maven users expect. --> ${cdt-other.skip.tests} + /shared/common/gdb/gdb-all/bin + gdb.8.2