Chromium Code Reviews| Index: scripts/run_cmd.py |
| diff --git a/scripts/run_cmd.py b/scripts/run_cmd.py |
| index 18182c55dcc0c939fb7754f4203cd1cb1aafb582..247c9a638f28597deb8bd9a18720ebc0dce219b9 100755 |
| --- a/scripts/run_cmd.py |
| +++ b/scripts/run_cmd.py |
| @@ -173,6 +173,7 @@ def _launch_cmd(cmd): |
| subprocess.Popen instance. |
| """ |
| print ' '.join(cmd) |
| + subprocess.call(cmd) |
| return subprocess.Popen(cmd, shell=False, stderr=subprocess.PIPE, |
| stdout=subprocess.PIPE) |