Author: Matti Picus <[email protected]>
Branch: 
Changeset: r97143:800256b0546d
Date: 2019-08-10 22:01 +0300
http://bitbucket.org/pypy/pypy/changeset/800256b0546d/

Log:    typo (thanks Ronan)

diff --git a/testrunner/get_info.py b/testrunner/get_info.py
--- a/testrunner/get_info.py
+++ b/testrunner/get_info.py
@@ -9,11 +9,11 @@
 
 BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
 if sys.platform.startswith('win'):
-    TARGET_NAME = r'pypy-c.exe'
+    TARGET_NAME = 'pypy-c.exe'
     # PyPy uses bin as of PR https://github.com/pypa/virtualenv/pull/1400
     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

Reply via email to