On 12/04/07, Matthew Perpick <[EMAIL PROTECTED]> wrote:
does anyone know how to run multiple test plans from the command line
and have the results saved in one file?
i want to replicate this without using ant (because it sucks):
And DOS BAT files don't?
<jmeter
jmeterhome="c:\jakarta-jmeter-1.8.1"
JMeter 1.8.1 is rather old ...
resultlog="${basedir}/loadtests/JMeterResults.jtl">
<testplans dir="${basedir}/loadtests" includes="*.jmx"/>
</jmeter>
Try the following:
for %%i in (*.jmx) do call jmeter -n -t %%i -l JMeterResults.jtl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]