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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]