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/01/27 01:47:16 UTC

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

Author: sebb
Date: Sat Jan 26 16:47:16 2008
New Revision: 615542

URL: http://svn.apache.org/viewvc?rev=615542&view=rev
Log:
Workround for Java feature on Hudson, which reports "null" error if an arg is empty

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=615542&r1=615541&r2=615542&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sat Jan 26 16:47:16 2008
@@ -1547,7 +1547,7 @@
 	
   <target name="batchtest" description="Run the batch test and compare output files">
 
-	<property name="remote" value=""/>
+	<property name="remote" value="-X"/>
   	<property name="batchtest.inp" location="${basedir}/bin/testfiles"/>
   	<property name="batchtest.out" location="${basedir}/bin"/>
     <property name="batchtest.name" value="BatchTestLocal"/>



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