Chromium Code Reviews| Index: scripts/run_cmd.py |
| diff --git a/scripts/run_cmd.py b/scripts/run_cmd.py |
| index a30d2d5caea666c316d28e5a9bb7807f2e3b66ba..edc00e64d7d83f95d2385e14493d567af19c4f7e 100755 |
| --- a/scripts/run_cmd.py |
| +++ b/scripts/run_cmd.py |
| @@ -307,6 +307,7 @@ def run_on_all_slave_hosts(cmd): |
| procs.append((hostname, _launch_on_remote_host(hostname, cmd))) |
| for slavename, proc in procs: |
| + print 'Awaiting results from %s' % slavename |
| results.update(_get_remote_host_results(slavename, proc)) |
| return results |