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:20:12 UTC

svn commit: r1702048 - /jmeter/trunk/build.xml

Author: sebb
Date: Wed Sep  9 16:20:12 2015
New Revision: 1702048

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

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1702048&r1=1702047&r2=1702048&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Sep  9 16:20:12 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"  depends="compile-tests" 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"/>