Author: Gabriel Lavoie <[email protected]>
Branch: 
Changeset: r636:7e2a2a74ab80
Date: 2012-02-11 22:44 -0500
http://bitbucket.org/pypy/buildbot/changeset/7e2a2a74ab80/

Log:    Using pypy instead of 'python' for translation.

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -119,7 +119,6 @@
     lib_python=True,
     pypyjit=True,
     app_tests=True,
-    interpreter='python',
     )
 
 pypy_OjitTranslatedTestFactory = pypybuilds.Translated(
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to