commit:     f261d54edff92f3e54e75d7a3349050de8d7e441
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 06:40:05 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 06:40:05 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f261d54e

travis: try to get some hints from sanitisers

 travis/main.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis/main.sh b/travis/main.sh
index 75daa0b..4e8fdae 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -36,7 +36,7 @@ main() {
 
        # Debug build w/ASAN and such enabled.
        m debug
-       m check
+       m check LSAN_OPTIONS=verbosity=1:log_threads=1
 
        # Do scans last as they like to dirty the tree and some tests
        # expect a clean tree (like code style checks).

Reply via email to