provide option to list all of the test cases which failed when running a build
------------------------------------------------------------------------------

         Key: MSUREFIRE-143
         URL: http://jira.codehaus.org/browse/MSUREFIRE-143
     Project: Maven 2.x Surefire Plugin
        Type: Improvement

    Reporter: james strachan


Lots of projects I work on have large numbers of test cases; the execution of 
the tests takes up many screens. We are often see the output...


Results :
Tests run: 1496, Failures: 0, Errors: 5, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------ 
                 


Then we have to page up manually grepping for <<< FAILURE which can take a 
while. It would be good to just list the failed test cases in the output

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