dev-python/pypy-bin: Fix reenabling byte-compilation for tests

Bug: https://bugs.gentoo.org/637208
This commit is contained in:
Michał Górny
2018-08-01 14:18:34 +02:00
parent e647b47601
commit 23adb45b79

View File

@@ -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() {