From 8875adf8072b6394482da6e2a53965b1fa340fa2 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 31 May 2007 12:01:14 -0700 Subject: [PATCH] test_system.py: add a log message to help track down the occasional cygwin failure --- src/allmydata/test/test_system.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2