[pypy-svn] r58720 - pypy/build/bot2/pypybuildbot

pedronis at codespeak.net pedronis at codespeak.net
Tue Oct 7 13:24:10 CEST 2008


Author: pedronis
Date: Tue Oct  7 13:24:08 2008
New Revision: 58720

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
progress on the lib-python builder


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Tue Oct  7 13:24:08 2008
@@ -105,5 +105,6 @@
             description="lib-python test",
             command=["python", "pypy/test_all.py",
                      "--pypy=pypy/translator/goal/pypy-c",
-                     "--resultlog=cpython.log"],           
+                     "--resultlog=cpython.log", "--collectonly",
+                     "lib-python"],           
             logfiles={'pytestLog': 'cpython.log'}))



More information about the Pypy-commit mailing list