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

Bug: https://bugs.gentoo.org/654242
This commit is contained in:
Michał Górny
2018-08-01 14:19:26 +02:00
parent 23adb45b79
commit f10fe39888
2 changed files with 4 additions and 4 deletions

View File

@@ -226,9 +226,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() {

View File

@@ -232,9 +232,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() {