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

Sridhar Sarnobat updated SUREFIRE-1429:
---------------------------------------
    Description: 
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.

  was:
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.


> 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)

Reply via email to