Skip to content
Snippets Groups Projects
Commit d3b5b7f3 authored by murgatroid99's avatar murgatroid99
Browse files

Used the proper GRPC_TRACE value in run_tests.py

parent a4aba6e6
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ run_configs = set(_CONFIGS[cfg]
build_configs = set(cfg.build_config for cfg in run_configs)
if args.travis:
_FORCE_ENVIRON_FOR_WRAPPERS = {'GRPC_TRACE': 'surface,batch'}
_FORCE_ENVIRON_FOR_WRAPPERS = {'GRPC_TRACE': 'api'}
languages = set(_LANGUAGES[l]
for l in itertools.chain.from_iterable(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment