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

fijal at codespeak.net fijal at codespeak.net
Sat Nov 8 16:03:46 CET 2008


Author: fijal
Date: Sat Nov  8 16:03:46 2008
New Revision: 59808

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
invoke it correctly


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Sat Nov  8 16:03:46 2008
@@ -159,9 +159,9 @@
         
         self.addStep(ShellCmd(
             description="app-level (-A) test",
-            command=["python", "testrunner/runner.py",
+            command=["python", "testrunner/scratchbox_runner.py",
                      "--logfile=pytest-A.log",
-                     "--config=pypy/pytest-scratchbox-A.cfg",
+                     "--config=pypy/pytest-A.cfg",
                      "--root=pypy", "--timeout=1800"],
             logfiles={'pytestLog': 'pytest-A.log'},
             timeout = 4000,



More information about the Pypy-commit mailing list