[pypy-svn] r59391 - pypy/build/bot2/pypybuildbot
fijal at codespeak.net
fijal at codespeak.net
Sat Oct 25 13:01:00 CEST 2008
Author: fijal
Date: Sat Oct 25 13:00:57 2008
New Revision: 59391
Modified:
pypy/build/bot2/pypybuildbot/builds.py
Log:
tests make little sense this way
Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py (original)
+++ pypy/build/bot2/pypybuildbot/builds.py Sat Oct 25 13:00:57 2008
@@ -128,10 +128,3 @@
setup_steps(platform, self)
self.addStep(Translate(["--platform", "maemo", "-Omem"], []))
-
- self.addStep(ShellCmd(
- description="lib-python test",
- command=["python", "pypy/test_all.py",
- "--pypy=pypy/translator/goal/pypy-c",
- "--resultlog=cpython.log", "lib-python"],
- logfiles={'pytestLog': 'cpython.log'}))
More information about the Pypy-commit
mailing list