[pypy-svn] r59800 - pypy/trunk/pypy

fijal at codespeak.net fijal at codespeak.net
Sat Nov 8 14:25:38 CET 2008


Author: fijal
Date: Sat Nov  8 14:25:37 2008
New Revision: 59800

Modified:
   pypy/trunk/pypy/pytest-scratchbox-A.cfg
Log:
hardcode path for now


Modified: pypy/trunk/pypy/pytest-scratchbox-A.cfg
==============================================================================
--- pypy/trunk/pypy/pytest-scratchbox-A.cfg	(original)
+++ pypy/trunk/pypy/pytest-scratchbox-A.cfg	Sat Nov  8 14:25:37 2008
@@ -1,5 +1,5 @@
 cherrypick = ['interpreter', 'objspace/std']
 
-interp = ['/scratchbox/login', 'translator/goal/pypy-c']
+interp = ['/scratchbox/login', 'build/pypy/translator/goal/pypy-c']
 test_driver = ['test_all.py', '-A']
 



More information about the Pypy-commit mailing list