Commit 69bf8aea authored by Jason Madden's avatar Jason Madden

debugging

parent 7b8de66f
......@@ -107,6 +107,7 @@ class TestCase(greentest.TestCase):
sock.connect((server_host, server_port))
except Exception:
# avoid ResourceWarning under Py3
print("Failed to connect to", server_host, server_port, self.server.server_host)
sock.close()
raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment