Re: Test : preventing expected stack trace in the console

2006-11-13 Thread Mirko Nasato
Same problem here. dawn.angelito wrote: Try using the --quiet option. It will change the logging level to ERROR. The --quiet option doesn't seem to exist in Maven 2.0.4 $ mvn --quiet test Unable to parse command line options: Unrecognized option: --quiet ... I've also tried the

Re: Test : preventing expected stack trace in the console

2006-11-12 Thread Wim Deblauwe
I already posted the same question a few days ago, but no answer yet. Maybe we should file a bug on this? It is annoying when converting to Maven 2,you don't get the same functionality. regards, Wim 2006/11/11, Olivier Catteau [EMAIL PROTECTED]: Hi, I have a lot of unit tests in my app.

Re: Test : preventing expected stack trace in the console

2006-11-12 Thread dawn.angelito
impression is that it failed). I would like that these expected stack traces don't appear in the console (in maven1, these traces wasn't logged). Is it possible ? Thanks. Olivier -- View this message in context: http://www.nabble.com/Test-%3A-preventing-expected-stack-trace-in-the-console

Test : preventing expected stack trace in the console

2006-11-11 Thread Olivier Catteau
Hi, I have a lot of unit tests in my app. When the tests runs, I see numerous expected stack traces logged in the console and at the end I get a normal Build Successful (but the first impression is that it failed). I would like that these expected stack traces don't appear in the console (in