There is a perfectly good way to make this configurable
locally without swamping the rest of us with garbage on the console
from crappily written tests.

There is no need for this anyway. 

If you write your tests properly using logging, 
the output goes to output/log/test.log
And the System.out/err is caught in the xml reports
for each test. 

I will revert (AGAIN!).

On Tue, 2006-03-21 at 07:31 -0500, Thomas Diesler wrote:
>   User: tdiesler
>   Date: 06/03/21 07:31:43
> 
>   Modified:    jbosstest  build.xml
>   Log:
>   force showoutput=true for target one-test
>   
>   Revision  Changes    Path
>   1.545     +2 -2      jbosstest/build.xml
>   
>   (In the diff below, changes in quantity of whitespace are not shown.)
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /cvsroot/jboss/jbosstest/build.xml,v
>   retrieving revision 1.544
>   retrieving revision 1.545
>   diff -u -b -r1.544 -r1.545
>   --- build.xml       20 Mar 2006 07:49:32 -0000      1.544
>   +++ build.xml       21 Mar 2006 12:31:43 -0000      1.545
>   @@ -10,7 +10,7 @@
>    <!--  See terms of license at http://www.gnu.org.                 -->
>    <!-- ============================================================ -->
>    
>   -<!-- $Id: build.xml,v 1.544 2006/03/20 07:49:32 starksm Exp $ -->
>   +<!-- $Id: build.xml,v 1.545 2006/03/21 12:31:43 tdiesler Exp $ -->
>    
>    <project default="main" name="JBoss/Testsuite"
>             xmlns:server="http://jboss.org/ns/test/ant/server";>
>   @@ -2982,7 +2982,7 @@
>             haltonfailure="${junit.haltonfailure}"
>             fork="${junit.fork}"
>             timeout="${junit.timeout}"
>   -            showoutput="${junit.showoutput}"
>   +            showoutput="true"
>             jvm="${junit.jvm}">
>    
>             <jvmarg value="${junit.jvm.options}"/>
>   
>   
>   
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> jboss-cvs-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
-- 
xxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxx



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to