[jboss-cvs] JBoss Messaging SVN: r3907 - projects/network-benchmark.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 21 08:58:16 EDT 2008


Author: jmesnil
Date: 2008-03-21 08:58:16 -0400 (Fri, 21 Mar 2008)
New Revision: 3907

Modified:
   projects/network-benchmark/build.xml
Log:
* added formatter to test target

Modified: projects/network-benchmark/build.xml
===================================================================
--- projects/network-benchmark/build.xml	2008-03-21 12:34:01 UTC (rev 3906)
+++ projects/network-benchmark/build.xml	2008-03-21 12:58:16 UTC (rev 3907)
@@ -51,11 +51,13 @@
 	
 	<target name="test" depends="compile" description="-> Run the tests">
 		<mkdir dir="output" />
-	    <junit printsummary="true" showoutput="true">
+	    <junit showoutput="true">
 	    	<classpath>
 	    		<path refid="classpath"/>
 	        </classpath>
-	    	<test name="network.NetworkClientTest" />
+	    	<test name="network.NetworkClientTest">
+				<formatter type="brief" usefile="false"/>    	   
+	   	   </test>
 	      </junit>
 	</target>
 	




More information about the jboss-cvs-commits mailing list