Skip to content
Snippets Groups Projects
Commit 195b52a9 authored by matt-kwong's avatar matt-kwong Committed by GitHub
Browse files

Merge pull request #9193 from matt-kwong/interop-html-fix

Update interop html template location
parents 7376d4b9 c830eb5b
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ def render_interop_html_report(
client_langs, server_langs, test_cases, auth_test_cases, http2_cases,
resultset, num_failures, cloud_to_prod, prod_servers, http2_interop):
"""Generate HTML report for interop tests."""
template_file = 'tools/run_tests/interop_html_report.template'
template_file = 'tools/run_tests/interop/interop_html_report.template'
try:
mytemplate = Template(filename=template_file, format_exceptions=True)
except NameError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment