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 00:50:00 UTC

[jira] [Assigned] (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 reassigned SUREFIRE-1429:
--------------------------------------

    Assignee: Tibor Digana

> 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.control4.rms.authorization.RbacInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.147 sec - in com.control4.rms.authorization.RbacInterceptorTest
> Running com.control4.rms.services.ApplicationRestServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec - in com.control4.rms.services.ApplicationRestServiceTest
> Running com.control4.rms.services.ControllerGroupRestServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 sec - in com.control4.rms.services.ControllerGroupRestServiceTest
> {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)