dev-python/pypy3-bin: Fix reenabling byte-compilation for tests
authorMichał Górny <mgorny@gentoo.org>
Wed, 1 Aug 2018 12:22:41 +0000 (14:22 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 1 Aug 2018 12:24:14 +0000 (14:24 +0200)
dev-python/pypy3-bin/pypy3-bin-6.0.0.ebuild

index 89c4fd6f16ac5cfd4c3329d0fe89d7db1ff419ca..262971abd21b2ec799873aac0f37ebc584ba602c 100644 (file)
@@ -131,11 +131,11 @@ src_compile() {
 
 src_test() {
        # (unset)
-       local -x PYTHONDONTWRITEBYTECODE
+       local -x PYTHONDONTWRITEBYTECODE=
 
        # Test runner requires Python 2 too. However, it spawns PyPy3
        # internally so that we end up testing the correct interpreter.
-       "${PYTHON}" ./pypy/test_all.py --pypy=./pypy3-c lib-python || die
+       "${PYTHON}" ./pypy/test_all.py --pypy=./pypy3-c -vv lib-python || die
 }
 
 src_install() {