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

Unified Diff: tools/browser_tester/browser_tester.py

Issue 7834028: Pulling back revision 6635 and 6634 due to broken builds. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 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 | « tests/spec2k/emit_perf_log.sh ('k') | tools/browser_tester/browsertester/browserlauncher.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/browser_tester/browser_tester.py
===================================================================
--- tools/browser_tester/browser_tester.py (revision 6635)
+++ tools/browser_tester/browser_tester.py (working copy)
@@ -209,13 +209,9 @@
else:
# If Python 2.5 support is dropped, stick server.handle_request() here.
time.sleep(0.125)
-
if options.tool:
- sys.stdout.write('##################### Waiting for the tool to exit\n')
browser.WaitForProcessDeath()
- sys.stdout.write('##################### Processing tool logs\n')
tool_failed = ProcessToolLogs(options, browser.tool_log_dir)
-
finally:
browser.Cleanup()
server.server_close()
« no previous file with comments | « tests/spec2k/emit_perf_log.sh ('k') | tools/browser_tester/browsertester/browserlauncher.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698