You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/10/22 21:37:29 UTC

svn commit: r707172 - /jakarta/jmeter/trunk/build.xml

Author: sebb
Date: Wed Oct 22 12:37:28 2008
New Revision: 707172

URL: http://svn.apache.org/viewvc?rev=707172&view=rev
Log:
Create a jtl file so ensure that works OK

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=707172&r1=707171&r2=707172&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Wed Oct 22 12:37:28 2008
@@ -1648,6 +1648,7 @@
    	             <include name="${batchtest.name}.csv"/>
    	             <include name="${batchtest.name}.xml"/>
   	             <include name="${batchtest.name}.log"/>
+                 <include name="${batchtest.name}.jtl"/>
    	 	    </fileset>
    	     </delete>
    	   	</sequential>
@@ -1681,6 +1682,8 @@
         <arg value="-ttestfiles/${batchtest.name}.jmx"/>
         <arg value="-j"/>
         <arg value="${batchtest.name}.log"/>
+        <arg value="-l"/>
+        <arg value="${batchtest.name}.jtl"/>
         <arg value="${remote}"/>
     	<!-- Check properties can be passed to local/remote tests -->
         <arg value="-Jmodule=Module"/>
@@ -1691,6 +1694,7 @@
 
   	<checkfile type="output" file="${batchtest.out}/${batchtest.name}.csv"/>
     <checkfile type="output" file="${batchtest.out}/${batchtest.name}.xml"/>
+    <checkfile type="output" file="${batchtest.out}/${batchtest.name}.jtl"/>
   	
   	 <condition property="BatchTestLocal.OK">
   	 	<and>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org