[ http://jira.codehaus.org/browse/MPTEST-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101284 ]
dion gillard commented on MPTEST-74: ------------------------------------ Does setting maven.junit.usefile to true help? > When forkmode=once console doesn't display names of unit tests being run > ------------------------------------------------------------------------ > > Key: MPTEST-74 > URL: http://jira.codehaus.org/browse/MPTEST-74 > Project: Maven 1.x Test Plugin > Issue Type: Bug > Affects Versions: 1.8.2 > Reporter: Todd Huss > Priority: Minor > > With forkmode=once it makes it hard to know which test failed because the > console doesn't display the test names so you end up having to go in and grep > in target/test-reports to figure out which test failed. > forkmode=once > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.59 sec > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.242 sec > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.018 sec > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.234 sec > forkmode=perTest > [junit] Running gs.data.admin.batch.BatchLogDaoTest > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.433 sec > [junit] Running gs.data.admin.ConfigurationDaoHibernateTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.789 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