Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r61426:d839be164699
Date: 2013-02-18 19:31 +0100
http://bitbucket.org/pypy/pypy/changeset/d839be164699/
Log: Run -A tests with host python2 (to import pypy directories), but use
--python=bin/pypy-c
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 = ['goal/pypy-c']
-test_driver = ['test_all.py', '-A']
+interp = ['python']
+test_driver = ['test_all.py', '-A', '--python=goal/pypy-c']
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit