aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-10-22 10:39:20 -0700
committerGravatar Lidi Zheng <lidiz@google.com>2018-10-22 10:39:20 -0700
commit1a74f991e1a7d39a609e7b127194649cb36e96c8 (patch)
tree84aef2466087d8d71f1a5d8832ce7117e4fb1478 /tools/run_tests/run_tests.py
parentbfe2d8153df127508a8105361fbf1d4623dc1657 (diff)
Rename Dockerfile && fix typo
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 53c8a2f4fb..a721c67245 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -760,7 +760,7 @@ class PythonLanguage(object):
def python_manager_name(self):
if self.args.compiler in ['python3.5', 'python3.6', 'python3.7']:
- return 'testing'
+ return 'stretch'
elif self.args.compiler == 'python_alpine':
return 'alpine'
else: