mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
test_system.py: add a log message to help track down the occasional cygwin failure
This commit is contained in:
parent
1160c1def2
commit
8875adf807
@ -64,6 +64,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
|||||||
log.msg("STARTING")
|
log.msg("STARTING")
|
||||||
d = self.wait_for_connections()
|
d = self.wait_for_connections()
|
||||||
def _connected(res):
|
def _connected(res):
|
||||||
|
log.msg("CONNECTED")
|
||||||
# now find out where the web port was
|
# now find out where the web port was
|
||||||
l = self.clients[0].getServiceNamed("webish").listener
|
l = self.clients[0].getServiceNamed("webish").listener
|
||||||
port = l._port.getHost().port
|
port = l._port.getHost().port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user