Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r90645:3172a29c11fb
Date: 2017-03-13 08:45 +0100
http://bitbucket.org/pypy/pypy/changeset/3172a29c11fb/

Log:    fix

diff --git a/pypy/pytest-A.cfg b/pypy/pytest-A.cfg
--- a/pypy/pytest-A.cfg
+++ b/pypy/pytest-A.cfg
@@ -1,5 +1,5 @@
 cherrypick = ['interpreter', 'objspace/test', 'objspace/std', 'module']
 
 interp = ['python']
-test_driver = ['test_all.py', '-A', '--python=goal/pypy-c']
+test_driver = ['test_all.py', '-A', '--python=goal/pypy3-c']
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to