Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Tools / Scripts / webkitpy / layout_tests / views / printing.py
index 598f638..e95315e 100644 (file)
@@ -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())