Comment 4 for bug 1050208

Revision history for this message
Martin Mrazik (mrazik) wrote :

Yes, I'm fairly sure it exits with 0 because the job result was "passed". This is the excerpt of the code:

------------snip-----------------
#!/bin/bash
set -ex
...
/usr/bin/autopilot run unity.tests.test_dash.DashRevealTests.test_dash_reveal
------------snip-----------------

If autopilot would return non-zero the execution would just stop there and the job would fail (note the set -e).
Let me try to reproduce....