[pypy-svn] r58324 - pypy/branch/2.5-features/pypy/tool/pytest

fijal at codespeak.net fijal at codespeak.net
Mon Sep 22 18:08:47 CEST 2008


Author: fijal
Date: Mon Sep 22 18:08:46 2008
New Revision: 58324

Modified:
   pypy/branch/2.5-features/pypy/tool/pytest/confpath.py
Log:
Run 2.5 tests instead of 2.4.1


Modified: pypy/branch/2.5-features/pypy/tool/pytest/confpath.py
==============================================================================
--- pypy/branch/2.5-features/pypy/tool/pytest/confpath.py	(original)
+++ pypy/branch/2.5-features/pypy/tool/pytest/confpath.py	Mon Sep 22 18:08:46 2008
@@ -7,5 +7,5 @@
 testresultdir = distdir.join('testresult') 
 assert pypydir.check(dir=1) 
 libpythondir = distdir.join('lib-python') 
-regrtestdir = libpythondir.join('2.4.1', 'test') 
-modregrtestdir = libpythondir.join('modified-2.4.1', 'test') 
+regrtestdir = libpythondir.join('2.5.1', 'test') 
+modregrtestdir = libpythondir.join('modified-2.5.1', 'test') 



More information about the Pypy-commit mailing list