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

Unified Diff: scripts/common/annotator.py

Issue 14602020: Add an AOSP builder recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/annotated_run.py » ('j') | scripts/slave/recipes/android_webview_aosp.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common/annotator.py
diff --git a/scripts/common/annotator.py b/scripts/common/annotator.py
index e0fc657c3d470443c23bf929c192cbd43539b7b0..58d7e47b50b5e8a75c9fe732ffd77e0ead79772e 100755
--- a/scripts/common/annotator.py
+++ b/scripts/common/annotator.py
@@ -380,7 +380,8 @@ def _run_step(stream, build_failure,
ret = chromium_utils.RunCommand(command=map(str, cmd),
cwd=cwd,
env=_merge_envs(os.environ, env),
- filter_obj=filter_obj)
+ filter_obj=filter_obj,
+ pipes=step_dict.get('pipes'))
if ret != 0:
print 'step returned non-zero exit code: %d' % ret
print 'step was: %s' % json.dumps(step_dict)
« no previous file with comments | « no previous file | scripts/slave/annotated_run.py » ('j') | scripts/slave/recipes/android_webview_aosp.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698