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

Unified Diff: client/bin/factory_ui

Issue 3365003: Fix waiting for ui on reboot. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 4 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 | « client/bin/factory.py ('k') | client/site_tests/suite_Factory/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/factory_ui
diff --git a/client/bin/factory_ui b/client/bin/factory_ui
index 44051bb5f1751bc7fc438ebcc11b7814580f9127..a70ab258ea42b739bcdd21aa88af8f1057d37d89 100755
--- a/client/bin/factory_ui
+++ b/client/bin/factory_ui
@@ -332,6 +332,9 @@ def main(test_list, status_file_path, control_pid):
console = Console(console_box.get_allocation())
+ print 'Factory UI ready.'
+ sys.stdout.flush()
+
factory.log('factory_ui setup done, starting gtk.main()...')
gtk.main()
« no previous file with comments | « client/bin/factory.py ('k') | client/site_tests/suite_Factory/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698