From 30725c434bdd59e8ee4a508059da390ce19aec2a Mon Sep 17 00:00:00 2001 From: Ed Kellett Date: Sun, 26 Apr 2020 16:05:05 +0100 Subject: [PATCH] Run tests with ASan leak detection off The test environment is sufficiently weird that I don't think fixing these would be a good use of anyone's time --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 842816f5..2b06e5c6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,4 +40,4 @@ check-local: $(check_PROGRAMS) \ $(patsubst ../modules/%.c,../modules/.libs/%.so,$(wildcard ../modules/*.c)) \ $(patsubst ../modules/core/%.c,../modules/core/.libs/%.so,$(wildcard ../modules/core/*.c)) - ./runtests -l $(abs_top_srcdir)/tests/TESTS + ASAN_OPTIONS="${ASAN_OPTIONS}:detect_leaks=false" ./runtests -l $(abs_top_srcdir)/tests/TESTS