[pypy-commit] buildbot default: one more test passing, still a few failures

arigo noreply at buildbot.pypy.org
Wed Mar 25 08:54:57 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r943:559639eb2e13
Date: 2015-03-25 08:55 +0100
http://bitbucket.org/pypy/buildbot/changeset/559639eb2e13/

Log:	one more test passing, still a few failures

diff --git a/bot2/pypybuildbot/test/test_builds.py b/bot2/pypybuildbot/test/test_builds.py
--- a/bot2/pypybuildbot/test/test_builds.py
+++ b/bot2/pypybuildbot/test/test_builds.py
@@ -34,6 +34,7 @@
 
 class FakeBuild(object):
     slaveEnvironment = None
+    master = None
 
     def __init__(self, properties=None):
         self.properties = FakeProperties(properties)


More information about the pypy-commit mailing list