Author: sebb
Date: Mon Oct 3 08:34:26 2011
New Revision: 1178332
URL: http://svn.apache.org/viewvc?rev=1178332&view=rev
Log:
Add support for additional test scripts.
Bug50898 commented out as it fails currently
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1178332&r1=1178331&r2=1178332&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Mon Oct 3 08:34:26 2011
@@ -1775,7 +1775,7 @@ run JMeter unless all the JMeter jars ar
</copy>
</target>
- <target name="test" depends="compile-tests,_test,batchtest,batchtestserver"
+ <target name="test" depends="compile-tests,_test,_allbatchtests"
description="Run tests (use -Djava.awt.headless=true on systems without
graphic displays)"/>
<target name="test-both" depends="test-headless,test-headed"/>
@@ -1950,6 +1950,19 @@ run JMeter unless all the JMeter jars ar
</target>
+ <!-- Additional test scripts -->
+ <target name="batch_scripts">
+ <!-- TODO fix bug so test passes
+ <antcall target="batchtest">
+ <param name="batchtest.name" value="Bug50898"/>
+ </antcall>
+ -->
+ </target>
+
+ <!-- Run all batch tests; used by test target -->
+ <target name="_allbatchtests"
depends="batchtest,batchtestserver,batch_scripts">
+ </target>
+
<!-- Generic test target, not intended to be called directly -->
<target name="_test">
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]