diff options
author | Alexander Kurtakov | 2019-09-25 11:51:11 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2019-09-25 11:51:11 +0000 |
commit | f454816ee2d3870433a8b8350b3ee54f2587b8dc (patch) | |
tree | 1a0bf9b165c7b21da4320e4807e5be09e005a86c | |
parent | 25ddb1d36aa976010c39eb713f61086adbaf4953 (diff) | |
download | eclipse.platform.releng.aggregator-f454816ee2d3870433a8b8350b3ee54f2587b8dc.tar.gz eclipse.platform.releng.aggregator-f454816ee2d3870433a8b8350b3ee54f2587b8dc.tar.xz eclipse.platform.releng.aggregator-f454816ee2d3870433a8b8350b3ee54f2587b8dc.zip |
Bug 551419 - Please enable assertions during tycho-surefire tests
Use the new user property added in Tycho 1.5.0 SNAPSHOT.
Change-Id: I4e6eb6893c67493dec73f770c1c1d3e5184e8276
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | eclipse-platform-parent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 3328066ec..5e8948668 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -499,6 +499,7 @@ <artifactId>tycho-surefire-plugin</artifactId> <version>${tycho.version}</version> <configuration> + <enableAssertions>true</enableAssertions> <argLine>${surefire.testArgLine} ${surefire.platformSystemProperties} ${surefire.systemProperties} ${surefire.moduleProperties}</argLine> </configuration> </plugin> |