Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-04-09 16:40:13 +0000
committerJonah Graham2021-04-10 00:51:00 +0000
commite24d6a22ced9dfbae7d2c71a58d2075f09bc5c9a (patch)
tree4bfd99e25a7700aae09a9aa94f5d4b39afc3bae2
parente701b76d871414a0e0cd97d79070ed3196353a1e (diff)
downloadorg.eclipse.cdt-e24d6a22ced9dfbae7d2c71a58d2075f09bc5c9a.tar.gz
org.eclipse.cdt-e24d6a22ced9dfbae7d2c71a58d2075f09bc5c9a.tar.xz
org.eclipse.cdt-e24d6a22ced9dfbae7d2c71a58d2075f09bc5c9a.zip
Bug 572581: Run remote tests by default
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d7da45f16b7..11021b69934 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
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.10.1</cdt.tests.dsf.gdb.versions>
+ <cdt.tests.dsf.gdb.versions>gdb.10,gdbserver.10</cdt.tests.dsf.gdb.versions>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildId>${buildTimestamp}</buildId>

Back to the top