Author: sebb
Date: Fri Aug 12 02:16:41 2011
New Revision: 1156941

URL: http://svn.apache.org/viewvc?rev=1156941&view=rev
Log:
Improve junit output

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1156941&r1=1156940&r2=1156941&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Fri Aug 12 02:16:41 2011
@@ -2008,13 +2008,13 @@ run JMeter unless all the JMeter jars ar
 -->
   <target name="junit"  description="Run individual JUnit test">
   <mkdir dir="reports"/>
-  <property name="test.format" value="brief"/>
+  <property name="test.format" value="plain"/>
   <property name="test.case" value="org.apache.jorphan.test.AllTests"/>
   <junit fork="true"
    dir="${basedir}/bin"
-   showoutput="true"
-   printsummary="withOutAndErr">
-  <formatter type="${test.format}" usefile="no"/>
+   showoutput="false"
+   printsummary="on">
+  <formatter type="${test.format}" usefile="yes"/>
   <formatter type="xml"/>
   <jvmarg value="-Dfile.encoding=${test.encoding}"/>
       <classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to