Community
Participate
Working Groups
Actual Behavior: Although the test execution aborted due to timeout, the returned exit code is 0. Thu May 05 00:25:21 CEST 2011 AUT: Starting AUT: eclipse3.4.0 Thu May 05 00:33:26 CEST 2011 Execution aborted due to timeout Thu May 05 00:33:26 CEST 2011 AUT Agent: connection closed Thu May 05 00:33:26 CEST 2011 Exit: Code 0 Expected Behavior: If the test execution aborted due to timeout, the returned exit code should be unequal 0.
Fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=a8dbb2a61063a6c8213ef5a8986e42c7eaf1e675
The exit code is now 1 if the test execution aborted due to timeout.