From cc0420abf9c1de892b86284b9bc01461d8baaa9f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 2 Jan 2017 15:01:26 +0100 Subject: tests: cert-tests: force asan to return an error code other than one on failure --- tests/cert-tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am index e2499c9416..5e15f9eb3d 100644 --- a/tests/cert-tests/Makefile.am +++ b/tests/cert-tests/Makefile.am @@ -113,7 +113,7 @@ TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \ VALGRIND="$(VALGRIND)" \ LIBTOOL="$(LIBTOOL)" \ top_builddir="$(top_builddir)" \ - ASAN_OPTIONS="detect_leaks=0" \ + ASAN_OPTIONS="detect_leaks=0:exitcode=6" \ srcdir="$(srcdir)" if ENABLE_FIPS140 -- cgit v1.2.1