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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/views/printing.py

Issue 418173010: Publish the location of archived results dashboard.html to user. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing printing_unittest failure Created 6 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 | « no previous file | Tools/Scripts/webkitpy/layout_tests/views/printing_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/views/printing.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/views/printing.py b/Tools/Scripts/webkitpy/layout_tests/views/printing.py
index 598f638a81f7e2502668e5ff30ebe4b20b2c3739..e95315ec9f4213b48abad8794d3e42faa12b4656 100644
--- a/Tools/Scripts/webkitpy/layout_tests/views/printing.py
+++ b/Tools/Scripts/webkitpy/layout_tests/views/printing.py
@@ -79,6 +79,9 @@ class Printer(object):
self._print_default("Test configuration: %s" % self._port.test_configuration())
self._print_default("View the test results at file://%s/results.html" % results_directory)
+ if self._options.enable_versioned_results:
+ self._print_default("View the archived results dashboard at file://%s/dashboard.html" % results_directory)
+
# FIXME: should these options be in printing_options?
if self._options.new_baseline:
self._print_default("Placing new baselines in %s" % self._port.baseline_path())
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/layout_tests/views/printing_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698