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

fijal at codespeak.net fijal at codespeak.net
Sat Oct 17 14:43:31 CEST 2009


Author: fijal
Date: Sat Oct 17 14:43:31 2009
New Revision: 68581

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Grr, typo


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Sat Oct 17 14:43:31 2009
@@ -222,10 +222,10 @@
         setup_steps(platform, self)
 
         self.addStep(Translate(['-Ojit', '--gc=hybrid',
-                                '--gcrootfinder=asmgcc']
+                                '--gcrootfinder=asmgcc'],
                                ['--withoutmod-thread']))
         self.addStep(ShellCmd(
             descritpion="run richards & upload results",
-            command=["python", "pypy/translator/jitbench.py",
+            command=["python", "pypy/translator/benchmark/jitbench.py",
                      "pypy/translator/goal/pypy-c"]))
 



More information about the Pypy-commit mailing list