[pypy-svn] r60868 - pypy/trunk/pypy

pedronis at codespeak.net pedronis at codespeak.net
Sat Jan 10 13:53:26 CET 2009


Author: pedronis
Date: Sat Jan 10 13:53:24 2009
New Revision: 60868

Modified:
   pypy/trunk/pypy/pytest-A.cfg
Log:
objspace/test has also some relevant applevel tests



Modified: pypy/trunk/pypy/pytest-A.cfg
==============================================================================
--- pypy/trunk/pypy/pytest-A.cfg	(original)
+++ pypy/trunk/pypy/pytest-A.cfg	Sat Jan 10 13:53:24 2009
@@ -1,4 +1,4 @@
-cherrypick = ['interpreter', 'objspace/std', 'module', 'lib']
+cherrypick = ['interpreter', 'objspace/test', 'objspace/std', 'module', 'lib']
 
 interp = ['translator/goal/pypy-c']
 test_driver = ['test_all.py', '-A']



More information about the Pypy-commit mailing list