Author: Ronan Lamy <ronan.l...@gmail.com> Branch: py3.5 Changeset: r92959:585896fe6599 Date: 2017-11-06 18:22 +0000 http://bitbucket.org/pypy/pypy/changeset/585896fe6599/
Log: Fix TARGET_BASENAME for pypy3 diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get_info.py @@ -8,7 +8,7 @@ import json BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) -TARGET_BASENAME = 'pypy-c' +TARGET_BASENAME = 'pypy3-c' def make_info_dict(): target = TARGET_BASENAME _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit