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

Unified Diff: sky/tools/webkitpy/layout_tests/views/printing.py

Issue 762703005: Fix test_sky commandline printing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/tools/webkitpy/layout_tests/port/base.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/views/printing.py
diff --git a/sky/tools/webkitpy/layout_tests/views/printing.py b/sky/tools/webkitpy/layout_tests/views/printing.py
index e95315ec9f4213b48abad8794d3e42faa12b4656..b03e33b8d794d8246d7a1501e85611e2797a2661 100644
--- a/sky/tools/webkitpy/layout_tests/views/printing.py
+++ b/sky/tools/webkitpy/layout_tests/views/printing.py
@@ -99,6 +99,7 @@ class Printer(object):
self._print_default("Regular timeout: %s, slow test timeout: %s" %
(self._options.time_out_ms, self._options.slow_time_out_ms))
+ self._print_default('Sky server command line: ' + ' '.join(self._port.server_command_line()))
self._print_default('Command line: ' + ' '.join(self._port.driver_cmd_line()))
self._print_default('')
« no previous file with comments | « sky/tools/webkitpy/layout_tests/port/base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698