test_system.py: add a log message to help track down the occasional cygwin failure

This commit is contained in:
Brian Warner 2007-05-31 12:01:14 -07:00
parent 1160c1def2
commit 8875adf807

View File

@ -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