commit: 23adb45b7927b2760cb129453087346ee486ef5c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Aug 1 12:18:34 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 1 12:24:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23adb45b
dev-python/pypy-bin: Fix reenabling byte-compilation for tests Bug: https://bugs.gentoo.org/637208 dev-python/pypy-bin/pypy-bin-6.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild index ef34c44ba08..312b592c270 100644 --- a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild +++ b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild @@ -148,9 +148,9 @@ src_compile() { src_test() { # (unset) - local -x PYTHONDONTWRITEBYTECODE + local -x PYTHONDONTWRITEBYTECODE= - ./pypy-c ./pypy/test_all.py --pypy=./pypy-c lib-python || die + ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -vv lib-python || die } src_install() {
