| Index: testing/test_env.py
|
| diff --git a/testing/test_env.py b/testing/test_env.py
|
| index 052df6769b262c442a5b8721ae38c166c659c0b8..d19f74feee99b5f27c6d7e7ec9ca1a2133f1c554 100755
|
| --- a/testing/test_env.py
|
| +++ b/testing/test_env.py
|
| @@ -108,6 +108,10 @@
|
| # be a lot of incomplete stack traces in the reports.
|
| extra_env['LD_LIBRARY_PATH'] = '/usr/lib/x86_64-linux-gnu/debug:'
|
|
|
| + suppressions_file = os.path.join(ROOT_DIR, 'tools', 'lsan',
|
| + 'suppressions.txt')
|
| + lsan_options += ['suppressions=%s' % suppressions_file,
|
| + 'print_suppressions=1']
|
| extra_env['LSAN_OPTIONS'] = ' '.join(lsan_options)
|
|
|
| if msan:
|
|
|