Author: Armin Rigo <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to