aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-06 12:59:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-06 12:59:23 -0700
commited73510413579bcaf07aea363da1dc238bcb8c4e (patch)
tree2a1ba4fe31df5cbbf65dd1610692f2f32095f97e /tools/run_tests/run_tests.py
parentf9d53bbdd6d144d32ee1746fb2c3d40eb517196c (diff)
Small tweaks
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 b064ed6775..537655804a 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -166,7 +166,7 @@ class CLanguage(object):
for polling_strategy in polling_strategies:
env={'GRPC_DEFAULT_SSL_ROOTS_FILE_PATH':
_ROOT + '/src/core/lib/tsi/test_creds/ca.pem',
- 'GRPC_POLLING_STRATEGY': polling_strategy}
+ 'GRPC_POLL_STRATEGY': polling_strategy}
shortname_ext = '' if polling_strategy=='all' else ' polling=%s' % polling_strategy
if self.config.build_config in target['exclude_configs']:
continue