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

fijal at codespeak.net fijal at codespeak.net
Fri Jan 15 21:03:47 CET 2010


Author: fijal
Date: Fri Jan 15 21:03:47 2010
New Revision: 70626

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
our pypy is somewhere else now


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Fri Jan 15 21:03:47 2010
@@ -168,7 +168,7 @@
         self.addStep(ShellCmd(
             description="run more benchmarks",
             command=["python", "runner.py", 'result.json',
-                    './build/pypy/translator/goal/pypy-c'],
+                    '../build/pypy/translator/goal/pypy-c'],
             workdir='./benchmarks'))
         self.addStep(transfer.FileUpload(slavesrc="benchmarks/result.json",
                 masterdest=WithProperties("~/bench_results/%(revision)s.json"),



More information about the Pypy-commit mailing list