[pypy-svn] r59789 - pypy/trunk/pypy

fijal at codespeak.net fijal at codespeak.net
Sat Nov 8 13:27:48 CET 2008


Author: fijal
Date: Sat Nov  8 13:27:47 2008
New Revision: 59789

Added:
   pypy/trunk/pypy/pytest-scratchbox-A.cfg
Log:
add a configuration for scratchbox (we'll see if this is correct)


Added: pypy/trunk/pypy/pytest-scratchbox-A.cfg
==============================================================================
--- (empty file)
+++ pypy/trunk/pypy/pytest-scratchbox-A.cfg	Sat Nov  8 13:27:47 2008
@@ -0,0 +1,5 @@
+cherrypick = ['interpreter', 'objspace/std']
+
+interp = ['/scratchbox/login', 'translator/goal/pypy-c']
+test_driver = ['test_all.py', '-A']
+



More information about the Pypy-commit mailing list