Merge lp:~gthorslund/bzr-bisect/538025-doc-script-exit-code into lp:bzr-bisect

Proposed by Gustaf Thorslund
Status: Merged
Approved by: Martin Pool
Approved revision: 78
Merged at revision: 79
Proposed branch: lp:~gthorslund/bzr-bisect/538025-doc-script-exit-code
Merge into: lp:bzr-bisect
Diff against target: 14 lines (+4/-0)
1 file modified
__init__.py (+4/-0)
To merge this branch: bzr merge lp:~gthorslund/bzr-bisect/538025-doc-script-exit-code
Reviewer Review Type Date Requested Status
Martin Pool (community) Approve
Review via email: mp+39210@code.launchpad.net

Description of the change

Documented exit codes <script> should have.

To post a comment you must log in.
Revision history for this message
Martin Pool (mbp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '__init__.py'
2--- __init__.py 2010-10-16 17:54:57 +0000
3+++ __init__.py 2010-10-23 20:23:47 +0000
4@@ -314,6 +314,10 @@
5
6 bzr bisect run <script>
7 Bisect automatically using <script> to determine 'yes' or 'no'.
8+ <script> should exit with:
9+ 0 for yes
10+ 125 for unknown (like build failed so we could not test)
11+ anything else for no
12 """
13
14 takes_args = ['subcommand', 'args*']

Subscribers

People subscribed via source and target branches

to all changes: