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

pedronis at codespeak.net pedronis at codespeak.net
Mon Oct 6 14:15:48 CEST 2008


Author: pedronis
Date: Mon Oct  6 14:15:47 2008
New Revision: 58635

Modified:
   pypy/build/bot2/pypybuildbot/steps.py
Log:
real run now



Modified: pypy/build/bot2/pypybuildbot/steps.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/steps.py	(original)
+++ pypy/build/bot2/pypybuildbot/steps.py	Mon Oct  6 14:15:47 2008
@@ -62,7 +62,7 @@
             description="pytest",
             command=["python", "testrunner/runner.py",
                      "--logfile=testrun.log",
-                     "--config=pypy/testrunner_cfg.py", "--dry-run",
+                     "--config=pypy/testrunner_cfg.py",
                      "--config=~/machine_cfg.py",
                      "--root=pypy"],
             logfiles={'pytestLog': 'testrun.log'},



More information about the Pypy-commit mailing list