diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-08-01 14:18:34 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-08-01 14:24:13 +0200 |
| commit | 23adb45b7927b2760cb129453087346ee486ef5c (patch) | |
| tree | 6f38d8d607ce221245c0a9dac2a5e24af7201d0d /dev-python | |
| parent | e647b476018a2f9e16c9c507ffd02fad8121aa45 (diff) | |
| download | gentoo-23adb45b7927b2760cb129453087346ee486ef5c.tar.gz gentoo-23adb45b7927b2760cb129453087346ee486ef5c.tar.bz2 gentoo-23adb45b7927b2760cb129453087346ee486ef5c.zip | |
dev-python/pypy-bin: Fix reenabling byte-compilation for tests
Bug: https://bugs.gentoo.org/637208
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pypy-bin/pypy-bin-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild index ef34c44ba088..312b592c2706 100644 --- a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild +++ b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild @@ -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() { |
