[ http://jira.codehaus.org/browse/MSUREFIRE-136?page=comments#action_67232 
] 

Henry S. Isidro commented on MSUREFIRE-136:
-------------------------------------------

I've patched surefire-booter as well as maven-surefire-plugin to exhibit this 
behavior. The plugin now accepts a boolean parameter, consoleOutputToFile, that 
if set to true, all stdouot from tests are placed in a file. The file is 
console_output.txt and is placed in ${project.build.directory}/surefire-reports.

> Add option to redirect stdout from tests to a file
> --------------------------------------------------
>
>          Key: MSUREFIRE-136
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-136
>      Project: Maven 2.x Surefire Plugin
>         Type: Improvement

>     Versions: 2.1.3, 2.2
>     Reporter: Carlos Sanchez
>     Assignee: Henry S. Isidro

>
>
> Instead of 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.providers.webdav.WebDavWagonTest
> 17:59:47.546 EVENT  Stopping Acceptor 
> ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=10007]
> 17:59:47.546 EVENT  Stopped SocketListener on 0.0.0.0:10007
> 17:59:47.546 EVENT  Stopped ServletHttpContext[/dav]
> 17:59:47.546 EVENT  Stopped [EMAIL PROTECTED]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.406 sec
> show just
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.providers.webdav.WebDavWagonTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.406 sec

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to