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 2016/09/03 13:37:20 UTC

[jira] [Assigned] (SUREFIRE-725) Test result output ist sent to System.out instead of using logger

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

Tibor Digana reassigned SUREFIRE-725:
-------------------------------------

    Assignee: Tibor Digana

> Test result output ist sent to System.out instead of using logger
> -----------------------------------------------------------------
>
>                 Key: SUREFIRE-725
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-725
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.8
>            Reporter: Michael Osipov
>            Assignee: Tibor Digana
>
> If I run "mvn -q" I still see this:
> {noformat}
> [debug] execute contextualize
> [debug] execute contextualize
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> Results :
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> [debug] execute contextualize
> [debug] execute contextualize
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> Results :
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> [debug] execute contextualize
> [debug] execute contextualize
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> Results :
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> [debug] execute contextualize
> {noformat}
> It seems like the output is not sent through a logger.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)