You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/11/12 18:01:59 UTC

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

Author: pmouawad
Date: Sat Nov 12 18:01:59 2016
New Revision: 1769395

URL: http://svn.apache.org/viewvc?rev=1769395&view=rev
Log:
Temporary to fix buildbot failure if due to missing dependency

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1769395&r1=1769394&r2=1769395&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Nov 12 18:01:59 2016
@@ -2436,7 +2436,7 @@ run JMeter unless all the JMeter jars ar
     </copy>
   </target>
 
-  <target name="test" depends="compile-tests,_test,_allbatchtests"
+  <target name="test" depends="download_jars,compile-tests,_test,_allbatchtests"
     description="Run tests (use -Djava.awt.headless=true on systems without graphic displays)"/>
 
   <target name="test-both" depends="test-headless,test-headed"/>