mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 18:31:14 -03: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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user