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

fijal at codespeak.net fijal at codespeak.net
Fri May 1 17:49:13 CEST 2009


Author: fijal
Date: Fri May  1 17:49:09 2009
New Revision: 64948

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Revert a checkin that tried to run tests from within pypy dir


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Fri May  1 17:49:09 2009
@@ -204,8 +204,7 @@
         
         self.addStep(ShellCmd(
             description="lib-python test",
-            command=["python", "test_all.py",
-                     "--pypy=translator/goal/pypy-c",
-                     "--resultlog=../cpython.log", "../lib-python"],
-            workdir="pypy",
+            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