[pypy-commit] buildbot default: cheat, we use benchmarks checkout of jinja, what can go wrong...

fijal noreply at buildbot.pypy.org
Tue Jan 24 12:13:03 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r617:d4dc199b5ee5
Date: 2012-01-24 13:12 +0200
http://bitbucket.org/pypy/buildbot/changeset/d4dc199b5ee5/

Log:	cheat, we use benchmarks checkout of jinja, what can go wrong...

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -341,6 +341,7 @@
         if host == 'tannit':
             pypy_c_rel = 'build/pypy/translator/goal/pypy-c'
             self.addStep(ShellCmd(
+                env={'PYTHONPATH': './benchmarks/lib/jinja2'},
                 description="measure numpy compatibility",
                 command=[pypy_c_rel,
                          'build/pypy/module/micronumpy/tool/numready.py',


More information about the pypy-commit mailing list