From 4f8a7c4779c1266d14841bd48dc78a48bd76e01b Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Mon, 24 Oct 2022 15:37:04 -0500 Subject: [PATCH] Drop LSAN CI options that break tests LSAN with verbosity=1 or log_threads=1 adds output to stderr, breaking littlecheck tests. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 374298bca..4f6f9b958 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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