Drop LSAN CI options that break tests

LSAN with verbosity=1 or log_threads=1 adds output to stderr, breaking
littlecheck tests.
This commit is contained in:
Mahmoud Al-Qudsi 2022-10-24 15:37:04 -05:00
parent de62091b03
commit 4f8a7c4779

View file

@ -86,7 +86,7 @@ jobs:
env:
ASAN_OPTIONS: check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
UBSAN_OPTIONS: print_stacktrace=1:report_error_type=1
LSAN_OPTIONS: verbosity=1:log_threads=1
LSAN_OPTIONS: verbosity=0:log_threads=0
run: |
make test