Hi all,

I was wondering if there is a special exit code for jmeter.[bat|sh] and the 
like when a test fails.

For example if I run this on Windows, the exit code is '0' although some tests 
failed:

  c:\jakarta-jmeter-2.3RC4\bin>jmeter.bat -n -t ..\extras\Test.jmx  -l 
shorttest.log
  Created the tree successfully
  Starting the test @ Wed Oct 03 13:10:00 PDT 2007 (1191442200884)
  Tidying up ...    @ Wed Oct 03 13:10:04 PDT 2007 (1191442204589)
  ... end of run

  c:\jakarta-jmeter-2.3RC4\bin>echo %errorlevel%
  0

The failure shows up nicely in the HTML report that I can generate with the 
XSLT stylesheet, but it would be extremely helpful if the command would return 
a non-zero exit code if a test fails. This allows me to better integrate JMeter 
in our test automation framework.

Thanks in advance,
Rico.


-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to