fix exitcode directive in disposable-develop
ClosedPublic

Authored by lbrabec on Aug 13 2015, 11:45 AM.

Details

Summary

changes in disposable-develop and those in exitcode directive commit were not compatible, this fixes the problem.

Test Plan

py.test

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
lbrabec retitled this revision from to fix exitcode directive in disposable-develop.Aug 13 2015, 11:45 AM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added a reviewer: kparal.
kparal accepted this revision.Aug 13 2015, 1:57 PM

LGTM

libtaskotron/runner.py
531

You can move this line to line 536 and add

assert task_runner.exitcode in [0, None]
This revision is now accepted and ready to land.Aug 13 2015, 1:57 PM
Closed by commit rLTRN5ca062844922: fix exitcode directive in disposable-develop (authored by Lukas Brabec <lbrabec@redhat.com>). · Explain WhyAug 13 2015, 2:30 PM
This revision was automatically updated to reflect the committed changes.