[pypy-commit] buildbot default: link the osx64 test results in listing

bdkearns noreply at buildbot.pypy.org
Wed Feb 26 01:52:14 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r907:8550f84840ee
Date: 2014-02-25 19:51 -0500
http://bitbucket.org/pypy/buildbot/changeset/8550f84840ee/

Log:	link the osx64 test results in listing

diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist.py
+++ b/bot2/pypybuildbot/pypylist.py
@@ -38,6 +38,7 @@
         'linux':   'linux-x86-32',
         'linux64': 'linux-x86-64',
         'osx':     'macosx-x86-32',
+        'osx64':   'macosx-x86-64',
         'win32':   'win-x86-32',
         }
 


More information about the pypy-commit mailing list