You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2023/04/05 18:05:30 UTC

[commons-math] branch master updated: MATH-1659: Reduce verbosity of "surefire" plugin.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new ece74cff7 MATH-1659: Reduce verbosity of "surefire" plugin.
ece74cff7 is described below

commit ece74cff78ae7858827f1913bb63854601d88c06
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Apr 5 20:04:29 2023 +0200

    MATH-1659: Reduce verbosity of "surefire" plugin.
---
 commons-math-legacy/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index a3404894f..c0c4acdfb 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -150,7 +150,7 @@
             <id>default-test</id>
             <configuration>
               <excludes>
-                <exclude>**/SimplexOptimizerTest</exclude>
+                <exclude>**/SimplexOptimizer*Test</exclude>
               </excludes>
             </configuration>
           </execution>
@@ -163,8 +163,9 @@
             </goals>
             <configuration>
               <rerunFailingTestsCount>14</rerunFailingTestsCount>
+              <printSummary>false</printSummary>
               <includes>
-                <include>**/SimplexOptimizerTest</include>
+                <include>**/SimplexOptimizer*Test</include>
               </includes>
             </configuration>
           </execution>