[pypy-svn] r60857 - pypy/trunk/pypy
pedronis at codespeak.net
pedronis at codespeak.net
Fri Jan 9 14:26:59 CET 2009
Author: pedronis
Date: Fri Jan 9 14:26:59 2009
New Revision: 60857
Modified:
pypy/trunk/pypy/pytest-A.cfg
Log:
(bea, pedronis)
run also the lib and module tests in the nighlty py.test -A runs
Modified: pypy/trunk/pypy/pytest-A.cfg
==============================================================================
--- pypy/trunk/pypy/pytest-A.cfg (original)
+++ pypy/trunk/pypy/pytest-A.cfg Fri Jan 9 14:26:59 2009
@@ -1,4 +1,4 @@
-cherrypick = ['interpreter', 'objspace/std']
+cherrypick = ['interpreter', 'objspace/std', 'module', 'lib']
interp = ['translator/goal/pypy-c']
test_driver = ['test_all.py', '-A']
More information about the Pypy-commit
mailing list