aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2017-10-02 00:05:56 +0300
committerMatti Picus <matti.picus@gmail.com>2017-10-02 00:05:56 +0300
commitc5e4117b84331f101412ca8c16551abaa9ce8f61 (patch)
treebfa77f839cd3a75958ddd4d47803350229ca51b0 /testrunner
parentwin32 can run without a console, return None in this case (amaury advising) (diff)
downloadpypy-c5e4117b84331f101412ca8c16551abaa9ce8f61.tar.gz
pypy-c5e4117b84331f101412ca8c16551abaa9ce8f61.tar.bz2
pypy-c5e4117b84331f101412ca8c16551abaa9ce8f61.zip
pypy-cw.exe -> pypy-c.exe, cw is the non-console exe (amaury)
Diffstat (limited to 'testrunner')
-rwxr-xr-xtestrunner/lib_python_tests.py2
-rwxr-xr-xtestrunner/pypyjit_tests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py
index aa6c8574de..4ec0c20616 100755
--- a/testrunner/lib_python_tests.py
+++ b/testrunner/lib_python_tests.py
@@ -12,7 +12,7 @@ os.environ['PYTHONPATH'] = rootdir
os.environ['PYTEST_PLUGINS'] = ''
if sys.platform == 'win32':
- pypyopt = "--pypy=pypy/goal/pypy3-cw.exe"
+ pypyopt = "--pypy=pypy/goal/pypy3-c.exe"
else:
pypyopt = "--pypy=pypy/goal/pypy3-c"
diff --git a/testrunner/pypyjit_tests.py b/testrunner/pypyjit_tests.py
index 1952cdeb5b..dd07ae7081 100755
--- a/testrunner/pypyjit_tests.py
+++ b/testrunner/pypyjit_tests.py
@@ -12,7 +12,7 @@ os.environ['PYTHONPATH'] = rootdir
os.environ['PYTEST_PLUGINS'] = ''
if sys.platform == 'win32':
- pypyopt = "--pypy=pypy/goal/pypy3-cw.exe"
+ pypyopt = "--pypy=pypy/goal/pypy3-c.exe"
else:
pypyopt = "--pypy=pypy/goal/pypy3-c"