mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[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
This commit is contained in:
parent
83792f71bd
commit
ef07729e45
3 changed files with 2 additions and 4 deletions
|
@ -16,10 +16,8 @@
|
|||
<packaging>eclipse-test-plugin</packaging>
|
||||
|
||||
<properties>
|
||||
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
|
||||
<dsf.gdb.tests.gdbTestSuite>AutomatedSuite.java</dsf.gdb.tests.gdbTestSuite>
|
||||
<dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
|
||||
<cdt.tests.dsf.gdb.versions>gdb.8.2</cdt.tests.dsf.gdb.versions>
|
||||
<skipTests>${dsf-gdb.skip.tests}</skipTests>
|
||||
</properties>
|
||||
<build>
|
||||
|
|
|
@ -16,10 +16,8 @@
|
|||
<packaging>eclipse-test-plugin</packaging>
|
||||
|
||||
<properties>
|
||||
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
|
||||
<dsf.gdb.tests.gdbTestSuite>AutomatedSuite.java</dsf.gdb.tests.gdbTestSuite>
|
||||
<dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
|
||||
<cdt.tests.dsf.gdb.versions>gdb.8.1</cdt.tests.dsf.gdb.versions>
|
||||
<skipTests>${dsf-gdb.skip.tests}</skipTests>
|
||||
</properties>
|
||||
<build>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -45,6 +45,8 @@
|
|||
-DskipTests will override anything else as normal maven
|
||||
users expect. -->
|
||||
<skipTests>${cdt-other.skip.tests}</skipTests>
|
||||
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
|
||||
<cdt.tests.dsf.gdb.versions>gdb.8.2</cdt.tests.dsf.gdb.versions>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
|
|
Loading…
Add table
Reference in a new issue