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
This commit is contained in:
Ed Kellett 2020-04-26 16:05:05 +01:00
parent 1c99c4a4b8
commit 30725c434b
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -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