You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dany Alain (JIRA)" <ji...@apache.org> on 2017/05/30 19:58:04 UTC

[jira] [Created] (SUREFIRE-1377) Surefire 2.20 test output now show [INFO] or [ERROR] - can we disable this?

Dany Alain created SUREFIRE-1377:
------------------------------------

             Summary: Surefire 2.20 test output now show [INFO] or [ERROR] - can we disable this?
                 Key: SUREFIRE-1377
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1377
             Project: Maven Surefire
          Issue Type: Question
          Components: Maven Surefire Plugin
    Affects Versions: 2.20
         Environment: linux/maven 3.0.5
            Reporter: Dany Alain
            Priority: Minor


Previous version of surefire were showing test result but new version 2.20 is showing [INFO] [ERROR]
Is there a way to get the old ouput? 


BEFORE 2.20

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
Running com.my.qa.security.RestTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.297 sec - in com.my.qa.security.RestTest
Running com.my.qa.security.scan.SecurityScanningTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 19.945 sec <<< FAILURE! - in com.my.qa.security.scan.SecurityScanningTest

WITH 2.20

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
[INFO] Running com.my.qa.security.RestTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.297 sec - in com.my.qa.security.RestTest
[INFO] Running com.my.qa.security.scan.SecurityScanningTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 19.945 sec <<< FAILURE! - in com.my.qa.security.scan.SecurityScanningTest







--
This message was sent by Atlassian JIRA
(v6.3.15#6346)