Author: Armin Rigo <[email protected]>
Branch:
Changeset: r93604:97fc8ffd2f01
Date: 2017-12-30 18:43 +0100
http://bitbucket.org/pypy/pypy/changeset/97fc8ffd2f01/
Log: Fix for pypy2?
diff --git a/testrunner/get_info.py b/testrunner/get_info.py
--- a/testrunner/get_info.py
+++ b/testrunner/get_info.py
@@ -13,7 +13,7 @@
# see https://github.com/pypa/virtualenv/issues/789
TARGET_DIR = 'bin'
else:
- TARGET_NAME = 'pypy3-c'
+ TARGET_NAME = 'pypy-c'
TARGET_DIR = 'bin'
VENV_DIR = 'pypy-venv'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit