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

Unified Diff: chrome/test/mini_installer/quit_chrome.py

Issue 545373004: Temporarily stop launching Chrome in installer test runs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@log
Patch Set: sync to commit position 294174 Created 6 years, 3 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 | « chrome/test/mini_installer/config/config.config ('k') | chrome/test/mini_installer/test_installer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer/quit_chrome.py
diff --git a/chrome/test/mini_installer/quit_chrome.py b/chrome/test/mini_installer/quit_chrome.py
index 4dbf78d43dc3eeb8429b36cad9e12f44cbe5e4ed..c25d8da4d27e62772159f4adb4362a85ed1032f6 100644
--- a/chrome/test/mini_installer/quit_chrome.py
+++ b/chrome/test/mini_installer/quit_chrome.py
@@ -69,7 +69,8 @@ def QuitChrome(chrome_path):
"""
if not CloseWindows(chrome_path):
# TODO(robertshield): Investigate why Chrome occasionally doesn't shut down.
- print 'Warning: Chrome not responding to window closure. Killing process...'
+ sys.stderr.write('Warning: Chrome not responding to window closure. '
+ 'Killing all processes belonging to %s\n' % chrome_path)
KillNamedProcess(chrome_path)
« no previous file with comments | « chrome/test/mini_installer/config/config.config ('k') | chrome/test/mini_installer/test_installer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698