diff options
Diffstat (limited to 'dev-python/pypy/pypy-9999.ebuild')
-rw-r--r-- | dev-python/pypy/pypy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index c0bc0a26454b..d3d73e720f22 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-9999.ebuild @@ -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() { |