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

arigo at codespeak.net arigo at codespeak.net
Sat Jan 30 10:30:31 CET 2010


Author: arigo
Date: Sat Jan 30 10:30:30 2010
New Revision: 70980

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Typo.


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Sat Jan 30 10:30:30 2010
@@ -178,7 +178,7 @@
                                          masterdest=WithProperties(resfile),
                                          workdir="."))
         self.addStep(ShellCmd(
-            descritpion="run benchmarks",
+            description="run benchmarks 1",
             command=["python", "pypy/translator/benchmark/jitbench.py",
                      "pypy/translator/goal/pypy-c"]))
 



More information about the Pypy-commit mailing list