You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/02/25 14:18:21 UTC

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

Author: fschumacher
Date: Sat Feb 25 14:18:21 2017
New Revision: 1784380

URL: http://svn.apache.org/viewvc?rev=1784380&view=rev
Log:
Use log4j configuration file in complete-junit task.

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1784380&r1=1784379&r2=1784380&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Feb 25 14:18:21 2017
@@ -2841,6 +2841,7 @@ run JMeter unless all the JMeter jars ar
     <jvmarg value="-Dfile.encoding=${test.encoding}"/>
     <!-- Allow headless to be passed in -->
     <jvmarg value="-Djava.awt.headless=${java.awt.headless}"/>
+    <sysproperty key="log4j.configurationFile" value="${basedir}/bin/log4j2.xml" />
     <classpath>
       <fileset dir="${dest.jar}" includes="*.jar"/>
       <pathelement location="${build.test}"/>