You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2017/10/04 07:14:03 UTC

[jira] [Closed] (SUREFIRE-1429) mvn --quiet test still shows too much output

     [ https://issues.apache.org/jira/browse/SUREFIRE-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana closed SUREFIRE-1429.
----------------------------------
    Resolution: Not A Bug

Closed as Not A Bug.
Tested with {{mvn --quiet test}} and Version {{2.20.1}}.

> mvn --quiet test still shows too much output
> --------------------------------------------
>
>                 Key: SUREFIRE-1429
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1429
>             Project: Maven Surefire
>          Issue Type: New Feature
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.16
>            Reporter: Sridhar Sarnobat
>            Assignee: Tibor Digana
>            Priority: Minor
>
> To be truly Unix-friendly, command line programs should show nothing when they are working correctly (at least, in quiet mode).
> When I execute this:
> {code}
> mvn --quiet install 2>/dev/null
> {code}
> I still get a lot of output:
> {code}
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.redacted.RbacInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.147 sec - in com.redacted.Redacted1Test
> Running com.redacted.ApplicationRestServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec - in com.redacted.Redacted2Test
> Running com.redacted.ControllerGroupRestServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 sec - in com.redacted.Redacted3Test
> {code}
> Can we reduce it? I'd like to start contributing to the source code myself but I have no track record in open source so don't know if I qualify.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)