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

index 71af571b4767bc488e4103a5a8fe205203483307..d32be15922b294eae3c0836650b7f7f1eba1987d 100644 (file)
@@ -193,11 +193,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() {
index 61b32ea2ad54ec6511a7afd2cff843c12bb2d5e4..9aabe19e3d376f0d0e4b1e1553748bbe43aa930c 100644 (file)
@@ -220,11 +220,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() {