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 D7C9A138334 for ; Wed, 20 Jun 2018 07:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2CFBE08F5; Wed, 20 Jun 2018 07:05:08 +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 6E444E08F5 for ; Wed, 20 Jun 2018 07:05:08 +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 6AEAE335C51 for ; Wed, 20 Jun 2018 07:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E4702CD for ; Wed, 20 Jun 2018 07:05:03 +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: <1529478289.ca69cdf819763cb63ea05788f226759d2730a5b3.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.172.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ca69cdf819763cb63ea05788f226759d2730a5b3 X-VCS-Branch: master Date: Wed, 20 Jun 2018 07:05:03 +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: 88f03098-d8b9-4b25-806c-f14492a7b757 X-Archives-Hash: d9461bf2b0d90917c174320d0d4d1566 commit: ca69cdf819763cb63ea05788f226759d2730a5b3 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jun 20 07:04:49 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 20 07:04:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca69cdf8 dev-libs/elfutils: enable verbose reporting for test failures Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/elfutils/elfutils-0.172.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/elfutils/elfutils-0.172.ebuild b/dev-libs/elfutils/elfutils-0.172.ebuild index 9ac835cad36..12da334a1b0 100644 --- a/dev-libs/elfutils/elfutils-0.172.ebuild +++ b/dev-libs/elfutils/elfutils-0.172.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { multilib_src_test() { env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ LC_ALL="C" \ - emake check + emake check VERBOSE=1 } multilib_src_install_all() {