Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Bug 1114952 - Loop client extraction script fails to process all changesets on a merge cset (sometimes getting stuck), and is still a bit verbose for errors on no-issue changes. #46

Merged
merged 1 commit into from
Dec 23, 2014

Conversation

Standard8
Copy link
Member

No description provided.

@@ -87,6 +87,7 @@ def runCommand(cmd):
p = subprocess.Popen(cmd)
result = p.wait()
if result != 0:
print >> sys.stderr, "FAIL: Unable to run %s, result: %d" % (cmd, result)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: s/result:/exit code:

@n1k0
Copy link
Contributor

n1k0 commented Dec 23, 2014

Looks good, nits to be optionally addressed; rs=me

…gesets on a merge cset (sometimes getting stuck), and is still a bit verbose for errors on no-issue changes. r=nperriault
@Standard8
Copy link
Member Author

Updated for review comments.

@Standard8 Standard8 merged commit 39b32bc into master Dec 23, 2014
@Standard8 Standard8 deleted the bug-1114952 branch February 10, 2015 10:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants