summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-02 15:01:26 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-02 16:07:46 +0100
commitab4c94c696e261f09e3290ac6dad107b7cfffcf6 (patch)
treed89368fec5d504104ea34c2480f854ea4a025d23
parent4427ffaa0eb256c8fd559b1b6481ead3725ac47b (diff)
downloadgnutls-ab4c94c696e261f09e3290ac6dad107b7cfffcf6.tar.gz
tests: cert-tests: force asan to return an error code other than one on failure
-rw-r--r--tests/cert-tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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