Skip to content
Snippets Groups Projects
Commit f7ff8be4 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Fix other typo to match previous typo fix

parent d68ee7e2
Branches
Tags
No related merge requests found
...@@ -360,7 +360,7 @@ class PythonLanguage(object): ...@@ -360,7 +360,7 @@ class PythonLanguage(object):
['tools/run_tests/run_python.sh'], ['tools/run_tests/run_python.sh'],
None, None,
environ=dict(environment.items() + environ=dict(environment.items() +
[('GPRC_PYTHON_TESTRUNNER_FILTER', suite_name)]), [('GRPC_PYTHON_TESTRUNNER_FILTER', suite_name)]),
shortname='py.test.%s' % suite_name, shortname='py.test.%s' % suite_name,
timeout_seconds=5*60) timeout_seconds=5*60)
for suite_name in tests_json] for suite_name in tests_json]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment