commit: ca69cdf819763cb63ea05788f226759d2730a5b3
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 07:04:49 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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() {