diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-20 08:04:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-20 08:04:49 +0100 |
commit | ca69cdf819763cb63ea05788f226759d2730a5b3 (patch) | |
tree | 1b02ebf8f79271a6cdbc7e32164459080395fe88 | |
parent | dev-libs/elfutils: bump up to 0.172 (diff) | |
download | gentoo-ca69cdf819763cb63ea05788f226759d2730a5b3.tar.gz gentoo-ca69cdf819763cb63ea05788f226759d2730a5b3.tar.bz2 gentoo-ca69cdf819763cb63ea05788f226759d2730a5b3.zip |
dev-libs/elfutils: enable verbose reporting for test failures
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | dev-libs/elfutils/elfutils-0.172.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |