[pypy-svn] r12462 - pypy/dist/lib-python

arigo at codespeak.net arigo at codespeak.net
Wed May 18 19:25:17 CEST 2005


Author: arigo
Date: Wed May 18 19:25:17 2005
New Revision: 12462

Modified:
   pypy/dist/lib-python/conftest.py
Log:
Fixed the path to py.py.

Modified: pypy/dist/lib-python/conftest.py
==============================================================================
--- pypy/dist/lib-python/conftest.py	(original)
+++ pypy/dist/lib-python/conftest.py	Wed May 18 19:25:17 2005
@@ -811,7 +811,7 @@
     def getinvocation(self, regrtest): 
         fspath = regrtest.getfspath() 
         python = sys.executable 
-        pypy_script = pypydir.join('interpreter', 'py.py')
+        pypy_script = pypydir.join('bin', 'py.py')
         alarm_script = pypydir.join('tool', 'alarm.py')
         regr_script = pypydir.join('tool', 'pytest', 'regrverbose.py')
         pypy_options = []



More information about the Pypy-commit mailing list