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

mboehm7 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git


The following commit(s) were added to refs/heads/master by this push:
     new 97cf552  [MINOR] Fix failing component tests (due to excessive log 
output)
97cf552 is described below

commit 97cf5523cf2443e9a462b4fa1321735dc8c60285
Author: Matthias Boehm <mboe...@gmail.com>
AuthorDate: Sat May 2 00:53:16 2020 +0200

    [MINOR] Fix failing component tests (due to excessive log output)
    
    Closes #906.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fad885..4c25f07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
                                        <forkCount>1C</forkCount>
                                        <argLine>-Xms4g -Xmx4g</argLine>
                                        <reuseForks>false</reuseForks>
-                                       <reportFormat>plain</reportFormat>
+                                       <reportFormat>brief</reportFormat>
                                        <trimStackTrace>true</trimStackTrace>
                                </configuration>
                        </plugin>

Reply via email to