]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system.py: add a log message to help track down the occasional cygwin failure
authorBrian Warner <warner@allmydata.com>
Thu, 31 May 2007 19:01:14 +0000 (12:01 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 31 May 2007 19:01:14 +0000 (12:01 -0700)
src/allmydata/test/test_system.py

index b661b60ea4f5615d70e74c05ea2da5649f68a556..19008cbf504856ad33f0af6ab6d291356cef91ab 100644 (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