diff options
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/test_env.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/test_env.py b/testing/test_env.py index 574aaed..1a41790 100755 --- a/testing/test_env.py +++ b/testing/test_env.py @@ -114,6 +114,8 @@ def get_asan_env(cmd, lsan): # Important note: when running ASan with leak detection enabled, we must use # the LSan symbolization options above. symbolization_options = ['symbolize=0'] + # Set the path to llvm-symbolizer to be used by asan_symbolize.py + extra_env['LLVM_SYMBOLIZER_PATH'] = symbolizer_path asan_options.extend(symbolization_options) |