Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-06-02 19:26:57 +0000
committerJonah Graham2020-06-02 19:26:57 +0000
commitc0ffeb6474ae4174cd87746faade19e372275066 (patch)
tree45465bfdc617f02aa12d8f817d5de3489f7f99c2 /dsf-gdb
parent0563a98c6e08122671a49dfc0a81fe518232abc5 (diff)
downloadorg.eclipse.cdt-c0ffeb6474ae4174cd87746faade19e372275066.tar.gz
org.eclipse.cdt-c0ffeb6474ae4174cd87746faade19e372275066.tar.xz
org.eclipse.cdt-c0ffeb6474ae4174cd87746faade19e372275066.zip
Bug 563864: By default fail build on test failures when building CDT with maven
Diffstat (limited to 'dsf-gdb')
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml1
1 files changed, 0 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 e5a9029d30d..2eb8c5db1d5 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -63,7 +63,6 @@
<includes>
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
</includes>
- <testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<plugin>

Back to the top