aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2016-12-22 12:10:25 -0800
committerGravatar Matt Kwong <mattkwong@google.com>2016-12-22 12:10:25 -0800
commitc830eb5b6b1581ccd3c6c9d80cb48cddc22bb26b (patch)
tree461bf21b180bab7c8399c69fa41478ccd4100615 /tools
parent7376d4b97e96b2cb54937c15d2f92d4c83f1218d (diff)
Update interop html template location
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/python_utils/report_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/python_utils/report_utils.py b/tools/run_tests/python_utils/report_utils.py
index 5ce2a87cfa..352cf7abe7 100644
--- a/tools/run_tests/python_utils/report_utils.py
+++ b/tools/run_tests/python_utils/report_utils.py
@@ -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: