projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1160c1d
)
test_system.py: add a log message to help track down the occasional cygwin failure
author
Brian Warner
<warner@allmydata.com>
Thu, 31 May 2007 19:01:14 +0000
(12:01 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 31 May 2007 19:01:14 +0000
(12:01 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index b661b60ea4f5615d70e74c05ea2da5649f68a556..19008cbf504856ad33f0af6ab6d291356cef91ab 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-64,6
+64,7
@@
class SystemTest(testutil.SignalMixin, unittest.TestCase):
log.msg("STARTING")
d = self.wait_for_connections()
def _connected(res):
+ log.msg("CONNECTED")
# now find out where the web port was
l = self.clients[0].getServiceNamed("webish").listener
port = l._port.getHost().port