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

fijal at codespeak.net fijal at codespeak.net
Fri Jan 15 15:59:11 CET 2010


Author: fijal
Date: Fri Jan 15 15:59:10 2010
New Revision: 70613

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Describe a bit better what the run does


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Fri Jan 15 15:59:10 2010
@@ -60,7 +60,7 @@
         kw['timeout'] = 3600
         ShellCmd.__init__(self, workdir, *a, **kw)
         self.command = (self.command + translationArgs +
-                        [self.translationTarget] + targetArgs)
+                        [self.translationTarget] + targetArgs)               
 
 # ________________________________________________________________
 
@@ -161,7 +161,7 @@
 
         self.addStep(Translate(['-Ojit'], []))
         self.addStep(ShellCmd(
-            descritpion="run richards & upload results",
+            descritpion="run benchmarks",
             command=["python", "pypy/translator/benchmark/jitbench.py",
                      "pypy/translator/goal/pypy-c"]))
 



More information about the Pypy-commit mailing list