commit: fbc80ef1b61804e6424f304109af96b0b59bfef7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 06:47:34 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 06:47:34 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fbc80ef1
travis: 2nd try to get more verbosity
travis/main.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/travis/main.sh b/travis/main.sh
index 4e8fdae..a076957 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -35,8 +35,10 @@ main() {
m check
# Debug build w/ASAN and such enabled.
+ export LSAN_OPTIONS=verbosity=1:log_threads=1
m debug
- m check LSAN_OPTIONS=verbosity=1:log_threads=1
+ m check
+ unset LSAN_OPTIONS
# Do scans last as they like to dirty the tree and some tests
# expect a clean tree (like code style checks).