From ca69cdf819763cb63ea05788f226759d2730a5b3 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 20 Jun 2018 08:04:49 +0100 Subject: [PATCH] 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 9ac835cad361..12da334a1b00 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() { -- 2.26.2