| 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)
|
|
|