Skip to content

Commit

Permalink
Make tycho-surefire-plugin quiet
Browse files Browse the repository at this point in the history
do not print an extra message if tests pass/fail even if test failures
are ignored.
  • Loading branch information
laeubi committed Feb 12, 2024
1 parent 3e648cc commit b90ebe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
-XX:+PrintFlagsFinal
<<<<<<< Upstream, based on master
-Xmx2g
=======
>>>>>>> 100ffb6 Make the fail for javadoc configurable
1 change: 1 addition & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@
<configuration>
<enableAssertions>true</enableAssertions>
<argLine>${surefire.testArgLine} ${surefire.platformSystemProperties} ${surefire.systemProperties} ${surefire.moduleProperties}</argLine>
<quiet>true</quiet>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b90ebe8

Please sign in to comment.