From: Michał Górny Date: Wed, 1 Aug 2018 12:18:34 +0000 (+0200) Subject: dev-python/pypy-bin: Fix reenabling byte-compilation for tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23adb45b7927b2760cb129453087346ee486ef5c;p=gentoo.git dev-python/pypy-bin: Fix reenabling byte-compilation for tests Bug: https://bugs.gentoo.org/637208 --- 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 ef34c44ba088..312b592c2706 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() {