[pypy-svn] r38475 - pypy/branch/pytrunkmerge/lib-python

hpk at codespeak.net hpk at codespeak.net
Sun Feb 11 17:26:43 CET 2007


Author: hpk
Date: Sun Feb 11 17:26:43 2007
New Revision: 38475

Modified:
   pypy/branch/pytrunkmerge/lib-python/conftest.py
Log:
proper rsync_roots for lib-python (it doesn't work 
though to distribute the compliance tests)


Modified: pypy/branch/pytrunkmerge/lib-python/conftest.py
==============================================================================
--- pypy/branch/pytrunkmerge/lib-python/conftest.py	(original)
+++ pypy/branch/pytrunkmerge/lib-python/conftest.py	Sun Feb 11 17:26:43 2007
@@ -4,6 +4,8 @@
 test suite on top of PyPy 
 
 """
+
+dist_rsync_roots = [".", "../pypy", "../py"]
 import py
 import sys
 import pypy



More information about the Pypy-commit mailing list