[pypy-svn] r39695 - pypy/dist/pypy/lang/js

santagada at codespeak.net santagada at codespeak.net
Fri Mar 2 15:58:40 CET 2007


Author: santagada
Date: Fri Mar  2 15:58:38 2007
New Revision: 39695

Modified:
   pypy/dist/pypy/lang/js/conftest.py
Log:
some py.test distributed stuff... lets see if it works as advertised :)

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 15:58:38 2007
@@ -1,5 +1,13 @@
 import py
 
+dist_hosts = ['localhost:/tmp/jspypy', 'localhost']
+dist_rsync_roots = ['../../../',]
+# dist_remotepython = 'python2.4'
+dist_nicelevel = 10 
+dist_boxed = False
+dist_maxwait = 1000 
+dist_taskspernode = 10
+
 Option = py.test.config.Option
 option = py.test.config.addoptions("ecma compatibility tests",
         Option('', '--ecma',



More information about the Pypy-commit mailing list