[ 
https://jira.codehaus.org/browse/SUREFIRE-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=354741#comment-354741
 ] 

Tibor Digana commented on SUREFIRE-941:
---------------------------------------

Fixed in
https://github.com/apache/maven-surefire/pull/60

> TESTS header printed twice when forkMode is always
> --------------------------------------------------
>
>                 Key: SUREFIRE-941
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-941
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.9, 2.12.4
>            Reporter: Robert Scholte
>            Assignee: Tibor Digana
>            Priority: Minor
>             Fix For: 2.18
>
>
> {code:xml}
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-surefire-plugin</artifactId>
>           <version>2.13</version>
>           <configuration>
>             <forkMode>always</forkMode>
>           </configuration>
>         </plugin>
> {code}
> This will cause an output starting with:
> {noformat}
> [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ qdox ---
> [INFO] Surefire report directory: 
> E:\java-workspace\codehaus-qdox\qdox\target\su
> refire-reports
>  
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
>  
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.thoughtworks.qdox.AnnotationExpressionTest
> Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to