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

Unified Diff: scripts/run_cmd.py

Issue 195733008: Add a little print debugging to determine what's hanging (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698