aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2017-10-12 11:33:04 -0700
committerGravatar GitHub <noreply@github.com>2017-10-12 11:33:04 -0700
commit8be515568f664848674f53370bb3a9fa5072023a (patch)
tree26471dfc46f48f0e652901719ec6e8b5702c00ac /tools/run_tests
parent7748998f69be8915427b9ace4afe438541c1bd52 (diff)
parent091c3ebba8b8c85318f88efba319e357149bb8b1 (diff)
Merge pull request #12966 from adelez/record_result
Record backwards comp results to BQ and add more details to test names in Sponge URL
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_interop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 192f8e76eb..4dd982756d 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -677,7 +677,7 @@ def cloud_to_prod_jobspec(language, test_case, server_host_name,
cmdline=cmdline,
cwd=cwd,
environ=environ,
- shortname='%s:%s:%s:%s' % (suite_name, server_host_name, language,
+ shortname='%s:%s:%s:%s' % (suite_name, language, server_host_name,
test_case),
timeout_seconds=_TEST_TIMEOUT,
flake_retries=5 if args.allow_flakes else 0,