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 2017/04/01 12:59:12 UTC

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

Author: pmouawad
Date: Sat Apr  1 12:59:12 2017
New Revision: 1789797

URL: http://svn.apache.org/viewvc?rev=1789797&view=rev
Log:
Fix message

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1789797&r1=1789796&r2=1789797&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Apr  1 12:59:12 2017
@@ -2513,7 +2513,7 @@ run JMeter unless all the JMeter jars ar
     <!-- Fix the EOL in case the file was derived from the "wrong" archive type -->
     <fixcrlf encoding="${encoding}" srcdir="${batchtest.inp}" includes="${batchtest.name}.csv"/>
 
-    <echo level="info" message="Starting ${batchtest.name} with file ${batchtest.jmx} using ${remote} -D${batchtest.variable}=${batchtest.value}"/>
+    <echo level="info" message="Starting ${batchtest.name} with file ${batchtest.jmx} using ${remote} -J${batchtest.variable}=${batchtest.value}"/>
 
     <macrodef name="deleteworkfiles">
       <sequential>