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

fijal at codespeak.net fijal at codespeak.net
Fri Jan 15 20:51:56 CET 2010


Author: fijal
Date: Fri Jan 15 20:51:56 2010
New Revision: 70624

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Yet-another-go at paths. It's extremely confusing


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



More information about the Pypy-commit mailing list