aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-03-10 07:58:47 -0800
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-03-10 07:58:47 -0800
commit9a1de8d2d8cd6f1982060e1b212e4596dffdb246 (patch)
treee36c06cde78a8e7a9e56aec0d3787e031cb707a2
parent0640711b86d1d8387ba908edf329f08fa58ab289 (diff)
parentf7ff8be43a721511b5b4cc0e277fe32e894f794d (diff)
Merge pull request #5687 from soltanmm/other-typo
Fix other typo to match previous typo fix.
-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 cc004f38d7..2df82adf0a 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -360,7 +360,7 @@ class PythonLanguage(object):
['tools/run_tests/run_python.sh'],
None,
environ=dict(environment.items() +
- [('GPRC_PYTHON_TESTRUNNER_FILTER', suite_name)]),
+ [('GRPC_PYTHON_TESTRUNNER_FILTER', suite_name)]),
shortname='py.test.%s' % suite_name,
timeout_seconds=5*60)
for suite_name in tests_json]