Tibor Digana created SUREFIRE-1666:
--------------------------------------
Summary: printSummary=false does not completely suppress the
summary on the console
Key: SUREFIRE-1666
URL: https://issues.apache.org/jira/browse/SUREFIRE-1666
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Failsafe Plugin, Maven Surefire Plugin
Reporter: Tibor Digana
Assignee: Tibor Digana
Fix For: 3.0.0-M4
Currently the plugins can suppress only
{noformat}
[INFO]
[INFO] Results:
[INFO]
{noformat}
It is incomplete feature ({{printSummary=false}}) because the *summary* is to
suppress the next two lines as well:
{noformat}
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
{noformat}
Errors and failures have to be printed always.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)