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

pedronis at codespeak.net pedronis at codespeak.net
Tue Oct 7 13:29:26 CEST 2008


Author: pedronis
Date: Tue Oct  7 13:29:25 2008
New Revision: 58724

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
try a real run instead



Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Tue Oct  7 13:29:25 2008
@@ -37,7 +37,7 @@
     description = ["translating"]
     descriptionDone = ["translation"]
 
-    command = ["echo", "python", "translate.py", "--batch"]
+    command = ["python", "translate.py", "--batch"]
     translationTarget = "targetpypystandalone"
 
     def __init__(self, translationArgs, targetArgs,
@@ -105,6 +105,5 @@
             description="lib-python test",
             command=["python", "pypy/test_all.py",
                      "--pypy=pypy/translator/goal/pypy-c",
-                     "--resultlog=cpython.log", "--collectonly",
-                     "lib-python"],           
+                     "--resultlog=cpython.log", "lib-python"],           
             logfiles={'pytestLog': 'cpython.log'}))



More information about the Pypy-commit mailing list