Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/
Date: Fri, 30 Mar 2018 07:50:42
Message-Id: 1522392454.fbc80ef1b61804e6424f304109af96b0b59bfef7.grobian@gentoo
1 commit: fbc80ef1b61804e6424f304109af96b0b59bfef7
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 06:47:34 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 06:47:34 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fbc80ef1
7
8 travis: 2nd try to get more verbosity
9
10 travis/main.sh | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/travis/main.sh b/travis/main.sh
14 index 4e8fdae..a076957 100755
15 --- a/travis/main.sh
16 +++ b/travis/main.sh
17 @@ -35,8 +35,10 @@ main() {
18 m check
19
20 # Debug build w/ASAN and such enabled.
21 + export LSAN_OPTIONS=verbosity=1:log_threads=1
22 m debug
23 - m check LSAN_OPTIONS=verbosity=1:log_threads=1
24 + m check
25 + unset LSAN_OPTIONS
26
27 # Do scans last as they like to dirty the tree and some tests
28 # expect a clean tree (like code style checks).