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 15:16:13 +0100
commitcc0420abf9c1de892b86284b9bc01461d8baaa9f (patch)
treea1a37e5d08cfdd0d114726b1f90f4ff5565bdde4
parenta7cfb4abc7bddf1b19a4a5276e7abee144acec5f (diff)
downloadgnutls-cc0420abf9c1de892b86284b9bc01461d8baaa9f.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