Getting to the failed tests quickly

2008-05-14 Thread rmatthews
thanks Robert Matthews -- View this message in context: http://www.nabble.com/Getting-to-the-failed-tests-quickly-tp17232976p17232976.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Getting to the failed tests quickly

2008-05-14 Thread Wayne Fay
I am using surefire to run our unit tests. All goes well until a test fails then I have to do some major seaching to find the problem. The problem is that there are loads of files created for the set of tests (one per class) and no indication of which file I should look in. If you simply

Re: Getting to the failed tests quickly

2008-05-14 Thread Adam Hardy
Wayne Fay on 14/05/08 16:03, wrote: I am using surefire to run our unit tests. All goes well until a test fails then I have to do some major seaching to find the problem. The problem is that there are loads of files created for the set of tests (one per class) and no indication of which file I

Re: Getting to the failed tests quickly

2008-05-14 Thread Brian Fox
You can also use -Dsurefile.useFile=false to output the error to stdout. I do this in Hudson also so that the emails contain the error. --Brian On May 14, 2008, at 12:39 PM, Adam Hardy [EMAIL PROTECTED] wrote: Wayne Fay on 14/05/08 16:03, wrote: I am using surefire to run our unit