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 2018/01/04 22:14:42 UTC

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

Author: pmouawad
Date: Thu Jan  4 22:14:42 2018
New Revision: 1820231

URL: http://svn.apache.org/viewvc?rev=1820231&view=rev
Log:
Add junit results (first test)

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1820231&r1=1820230&r2=1820231&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Thu Jan  4 22:14:42 2018
@@ -3657,7 +3657,7 @@ run JMeter unless all the JMeter jars ar
 
   <target name="sonar" depends="compile, install, coverage, _sonar" />
 
-  <target name="nightlysonar" depends="_coverage.prepare, nightly, init-svnVersion, _coverage.report, _sonar" />
+  <target name="nightlysonar" depends="_coverage.prepare, nightly, init-svnVersion, _coverage.report, _sonar, complete-junit" />
 
   <target name="setproxy" if="${proxy.use}">
     <setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}"