From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 211C21382C5 for ; Fri, 30 Mar 2018 07:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03E8DE0903; Fri, 30 Mar 2018 07:50:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE2D0E0903 for ; Fri, 30 Mar 2018 07:50:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DB70335D33 for ; Fri, 30 Mar 2018 07:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A194726C for ; Fri, 30 Mar 2018 07:50:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1522392454.fbc80ef1b61804e6424f304109af96b0b59bfef7.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/ X-VCS-Repository: proj/portage-utils X-VCS-Files: travis/main.sh X-VCS-Directories: travis/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: fbc80ef1b61804e6424f304109af96b0b59bfef7 X-VCS-Branch: master Date: Fri, 30 Mar 2018 07:50:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4494fa89-85d8-4d2b-a797-b7a022527388 X-Archives-Hash: 71ec1b63f01b4f3c5326f4fa20ce7724 commit: fbc80ef1b61804e6424f304109af96b0b59bfef7 Author: Fabian Groffen gentoo org> AuthorDate: Fri Mar 30 06:47:34 2018 +0000 Commit: Fabian Groffen gentoo 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).