You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/09/09 18:13:55 UTC

svn commit: r1702047 - /jmeter/branches/SampleTimeout/build.xml

Author: sebb
Date: Wed Sep  9 16:13:54 2015
New Revision: 1702047

URL: http://svn.apache.org/r1702047
Log:
Better doc for junit task; ensure tests are recompiled

Modified:
    jmeter/branches/SampleTimeout/build.xml

Modified: jmeter/branches/SampleTimeout/build.xml
URL: http://svn.apache.org/viewvc/jmeter/branches/SampleTimeout/build.xml?rev=1702047&r1=1702046&r2=1702047&view=diff
==============================================================================
--- jmeter/branches/SampleTimeout/build.xml (original)
+++ jmeter/branches/SampleTimeout/build.xml Wed Sep  9 16:13:54 2015
@@ -2624,7 +2624,7 @@ run JMeter unless all the JMeter jars ar
     In order to run JUnit, both junit.jar and optional.jar need to be on the Ant classpath
     optional.jar is normally found in ANT_HOME/lib
 -->
-  <target name="junit"  description="Run individual JUnit test">
+  <target name="junit"  description="Run individual JUnit test (-Dtest.case=org.apache.jorphan.test.AllTests) (-Dtest.format=plain)">
   <mkdir dir="reports"/>
   <property name="test.format" value="plain"/>
   <property name="test.case" value="org.apache.jorphan.test.AllTests"/>