[pypy-svn] r39719 - pypy/dist/pypy/lang/js
santagada at codespeak.net
santagada at codespeak.net
Fri Mar 2 17:11:57 CET 2007
Author: santagada
Date: Fri Mar 2 17:11:54 2007
New Revision: 39719
Modified:
pypy/dist/pypy/lang/js/conftest.py
Log:
py.test distributed stuff
Modified: pypy/dist/pypy/lang/js/conftest.py
==============================================================================
--- pypy/dist/pypy/lang/js/conftest.py (original)
+++ pypy/dist/pypy/lang/js/conftest.py Fri Mar 2 17:11:54 2007
@@ -1,7 +1,7 @@
import py
-dist_hosts = ['localhost:/tmp/jspypy', 'localhost']
-dist_rsync_roots = ['../../../',]
+dist_hosts = ['localhost', 'localhost']
+# dist_rsync_roots = [,]
# dist_remotepython = 'python2.4'
dist_nicelevel = 10
dist_boxed = False
More information about the Pypy-commit
mailing list