Update Result so it can consider different "ok" exit values #541
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the runners.Result class defines whether a Runner execution succeeded or failed, in its
.ok
property-method. At the moment it's a hardcoded== 0
; it should become configurable as in Fabric 1, so users can set up for expected nonzero exits without having to try/except.Should involve:
run
treerun
Result
during result creationResult.ok
The text was updated successfully, but these errors were encountered: