mirror of https://github.com/apache/jmeter.git
Allow tests to be compiled against JMeter jars (so can test without recompile of source)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@554500 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 4edaf735cf
This commit is contained in:
parent
e5b32c0b33
commit
142bb65ac3
|
|
@ -505,6 +505,8 @@
|
|||
<pathelement location="${build.monitor.model}"/>
|
||||
<pathelement location="${build.report}"/>
|
||||
<pathelement location="${build.tcp}"/>
|
||||
<!-- Also include compiled jars to allow running tests without rebuilding source -->
|
||||
<fileset dir="${dest.jar}" includes="*.jar"/>
|
||||
<path refid="classpath"/>
|
||||
</classpath>
|
||||
</javac>
|
||||
|
|
@ -1440,7 +1442,8 @@ run JMeter unless all the JMeter jars are added.
|
|||
<fileset dir="${dest.jar}" includes="*.jar"/>
|
||||
<path refid="classpath"/>
|
||||
</classpath>
|
||||
<sysproperty key="java.awt.headless" value="${test.headless}"/>
|
||||
<!-- Always run this test headless -->
|
||||
<sysproperty key="java.awt.headless" value="true"/>
|
||||
<arg value="-n"/>
|
||||
<arg value="-ttestfiles/${batchtest.name}.jmx"/>
|
||||
<arg value="-j"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue