mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
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:
parent
de62091b03
commit
4f8a7c4779
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
ASAN_OPTIONS: check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
ASAN_OPTIONS: check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
||||||
UBSAN_OPTIONS: print_stacktrace=1:report_error_type=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: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue