[pypy-commit] buildbot win32-cleanup: whoops

mattip noreply at buildbot.pypy.org
Fri Apr 27 00:34:39 CEST 2012


Author: Matti Picus <matti.picus at gmail.com>
Branch: win32-cleanup
Changeset: r640:6a30885d7740
Date: 2012-04-27 01:34 +0300
http://bitbucket.org/pypy/buildbot/changeset/6a30885d7740/

Log:	whoops

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -314,7 +314,7 @@
                 logfiles={'pytestLog': 'pypyjit.log'}))
             #
             # "new" test_pypy_c
-            if platform == 'windows':
+            if platform == 'win32':
                 cmd = r'pypy\translator\goal\pypy-c'
             else:
                 cmd = 'pypy/translator/goal/pypy-c'


More information about the pypy-commit mailing list