From: Brian Warner Date: Thu, 31 May 2007 19:01:14 +0000 (-0700) Subject: test_system.py: add a log message to help track down the occasional cygwin failure X-Git-Tag: allmydata-tahoe-0.3.0~45 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=8875adf8072b6394482da6e2a53965b1fa340fa2;p=tahoe-lafs%2Ftahoe-lafs.git test_system.py: add a log message to help track down the occasional cygwin failure --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index b661b60e..19008cbf 100644 --- 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