You can fork junit with this :
maven.junit.fork=true

Emmanuel

----- Original Message ----- 
From: "Scott Brickner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 29, 2003 11:00 PM
Subject: Can I suppress the junit output?


> How can I fix things so I don't get the 5+ lines of output on the
> console for every single testcase?
> 
> I really only want to know when a test fails. The xml reports are fine
> for when I'm building the site, but 99% of the time I'm building during
> new development and just want failing testcases.
> 
> In my ant build files, I used to run the junit task with the "brief"
> formatter. That's kind of what I'm looking for here.
> 
> What are my options?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to