Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Issue 6882127: Make subprocess2.check_call() compliant with subprocess.check_call(). (Closed)

Created:
9 years, 8 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Make subprocess2.check_call() compliant with subprocess.check_call(). Rename check_call to check_call_out. It's a quite specific need when stderr is needed or when the user doesn't want the default arguments of check_output. R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83023

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -7 lines) Patch
M checkout.py View 2 chunks +3 lines, -2 lines 0 comments Download
M subprocess2.py View 4 chunks +10 lines, -4 lines 0 comments Download
M tests/subprocess2_test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
9 years, 8 months ago (2011-04-21 20:34:37 UTC) #1
Dirk Pranke
9 years, 8 months ago (2011-04-22 19:07:57 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698