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

Unified Diff: media/tools/layout_tests/layouttest_analyzer.py

Issue 2710493003: Update HTTP-references to test-results to use HTTPS (Closed)
Patch Set: Created 3 years, 10 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 | media/tools/layout_tests/layouttest_analyzer_helpers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/layout_tests/layouttest_analyzer.py
diff --git a/media/tools/layout_tests/layouttest_analyzer.py b/media/tools/layout_tests/layouttest_analyzer.py
index f0ba917f79a1f1d26d628c326ebc6fc7e36d1936..b137fd6f780e8ea6346236421e0f295ffed0c348 100755
--- a/media/tools/layout_tests/layouttest_analyzer.py
+++ b/media/tools/layout_tests/layouttest_analyzer.py
@@ -379,7 +379,7 @@ def UpdateDashboard(dashboard_file_location, test_group_name, data_map,
'<tr><td><a href="%s">%s</a></td><td><a href="%s">dashboard</a>'
'</td><td>%s</td></tr>') % (
layouttest_root_path + testname, testname,
- ('http://test-results.appspot.com/dashboards/'
+ ('https://test-results.appspot.com/dashboards/'
'flakiness_dashboard.html#tests=%s') % testname,
data_map[tg][0][testname]))
file_object.write('</table>')
« no previous file with comments | « no previous file | media/tools/layout_tests/layouttest_analyzer_helpers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698