aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-06-06 13:38:12 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-06-06 13:38:12 -0700
commita2c468d691a7e38df217ce2a6f102bd32a49b1c5 (patch)
tree6046c8863ce7881c71ddd7adb33456733a51c934 /tools/run_tests/run_tests.py
parentb89b5011ecfe5135e03e98fb058e0ad345747007 (diff)
Clang-format
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index e5632fc8b5..204ed5c397 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -255,8 +255,7 @@ class CLanguage(object):
_ROOT + '/src/core/tsi/test_creds/ca.pem',
'GRPC_POLL_STRATEGY': polling_strategy,
'GRPC_VERBOSITY': 'DEBUG'}
- # TODO(zyc): change this back before submission
- resolver = 'ares';
+ resolver = os.environ.get('GRPC_DNS_RESOLVER', None);
if resolver:
env['GRPC_DNS_RESOLVER'] = resolver
shortname_ext = '' if polling_strategy=='all' else ' GRPC_POLL_STRATEGY=%s' % polling_strategy