Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r554:25dfadc9eafb
Date: 2011-08-03 16:06 +0200
http://bitbucket.org/pypy/buildbot/changeset/25dfadc9eafb/

Log:    Maybe we need to add it as a factory argument.

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -81,7 +81,8 @@
                  interpreter='pypy',
                  *a, **kw):
         add_args = {'translationArgs': translationArgs,
-                    'targetArgs': targetArgs}
+                    'targetArgs': targetArgs,
+                    'interpreter': interpreter}
         kw['timeout'] = 3600
         ShellCmd.__init__(self, workdir, *a, **kw)
         self.addFactoryArguments(**add_args)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to