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 469F6138334 for ; Sat, 23 Feb 2019 12:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B87E093D; Sat, 23 Feb 2019 12:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DCBDBE0935 for ; Sat, 23 Feb 2019 12:55:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C565733BED9 for ; Sat, 23 Feb 2019 12:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA75A557 for ; Sat, 23 Feb 2019 12:55:10 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1550926503.34e3a2893ff99f875f43fdb40c0573c8338c1154.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-2.32.ebuild sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 34e3a2893ff99f875f43fdb40c0573c8338c1154 X-VCS-Branch: master Date: Sat, 23 Feb 2019 12:55:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e95421a6-de99-41a8-b8a9-02b7f0bb5c9a X-Archives-Hash: bacc5a5f953e26542d389f90bf7f9171 commit: 34e3a2893ff99f875f43fdb40c0573c8338c1154 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 23 12:54:10 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 23 12:55:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e3a289 sys-devel/binutils: enable verbose test logging Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/binutils/binutils-2.32.ebuild | 3 ++- sys-devel/binutils/binutils-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-devel/binutils/binutils-2.32.ebuild b/sys-devel/binutils/binutils-2.32.ebuild index a4f678d5dfb..d3c4f9a56ee 100644 --- a/sys-devel/binutils/binutils-2.32.ebuild +++ b/sys-devel/binutils/binutils-2.32.ebuild @@ -292,7 +292,8 @@ src_test() { # bug 637066 filter-flags -Wall -Wreturn-type - emake -k check + # enable verbose test run and result logging + emake -k check RUNTESTFLAGS='-a -v' VERBOSE=1 } src_install() { diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index cf4640ceaf6..a4877ac8378 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -286,7 +286,8 @@ src_test() { # bug 637066 filter-flags -Wall -Wreturn-type - emake -k check + # enable verbose test run and result logging + emake -k check RUNTESTFLAGS='-a -v' VERBOSE=1 } src_install() {