[ 
https://issues.apache.org/jira/browse/SUREFIRE-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15466608#comment-15466608
 ] 

ASF GitHub Bot commented on SUREFIRE-1254:
------------------------------------------

Github user hboutemy commented on a diff in the pull request:

    https://github.com/apache/maven-surefire/pull/117#discussion_r77579682
  
    --- Diff: 
surefire-api/src/main/java/org/apache/maven/surefire/booter/CommandReader.java 
---
    @@ -46,10 +48,8 @@
     import static 
org.apache.maven.surefire.booter.MasterProcessCommand.SKIP_SINCE_NEXT_TEST;
     import static 
org.apache.maven.surefire.booter.MasterProcessCommand.TEST_SET_FINISHED;
     import static org.apache.maven.surefire.booter.MasterProcessCommand.decode;
    -import static 
org.apache.maven.surefire.util.internal.StringUtils.encodeStringForForkCommunication;
    -import static 
org.apache.maven.surefire.util.internal.StringUtils.isNotBlank;
    -import static org.apache.maven.surefire.util.internal.StringUtils.isBlank;
     import static 
org.apache.maven.surefire.util.internal.DaemonThreadFactory.newDaemonThread;
    +import static org.apache.maven.surefire.util.internal.StringUtils.*;
    --- End diff --
    
    import static 
org.apache.maven.surefire.util.internal.StringUtils.encodeStringForForkCommunication;
    import static org.apache.maven.surefire.util.internal.StringUtils.isBlank;
    import static 
org.apache.maven.surefire.util.internal.StringUtils.isNotBlank;
    import static 
org.apache.maven.surefire.util.internal.StringUtils.requireNonNull;


> add color messages
> ------------------
>
>                 Key: SUREFIRE-1254
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1254
>             Project: Maven Surefire
>          Issue Type: New Feature
>          Components: Maven Failsafe Plugin, Maven Surefire Plugin
>            Reporter: Hervé Boutemy
>            Assignee: Tibor Digana
>             Fix For: 2.19.2
>
>
> with MNG-3507 fixed, adding colors to tests results would improve readability



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

Reply via email to