From 19941e774b4a6d88ec853c0d0d53b27dade6d575 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Mon, 29 Jan 2018 00:36:08 +0100 Subject: [PATCH] Set the asan verbosity to 1 --- tools/travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-ci.sh b/tools/travis-ci.sh index 5cbefb8..fa57d35 100644 --- a/tools/travis-ci.sh +++ b/tools/travis-ci.sh @@ -48,7 +48,7 @@ function renew_build { if [[ $CXX == *"clang"* ]]; then LSAN_OPTIONS=verbosity=1:log_threads=1 - ASAN_OPTIONS=abort_on_error=1 + ASAN_OPTIONS=verbosity=1:abort_on_error=1 # Build the test suite with various sanitizers: # - ASan (LSan):