[
https://issues.apache.org/jira/browse/SUREFIRE-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1666:
-----------------------------------
Description:
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] T E S T S
[INFO] -------------------------------------------------------
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
{noformat}
Errors and failures have to be printed always.
was:
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.
> 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
> Priority: Major
> 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] T E S T S
> [INFO] -------------------------------------------------------
> [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)