Commit bb990588 authored by Vinay Sajip's avatar Vinay Sajip

Socket handler closed prior to end of test.

parent ed6bb141
...@@ -463,6 +463,7 @@ def test_main_inner(): ...@@ -463,6 +463,7 @@ def test_main_inner():
thread.join() thread.join()
banner("logrecv output", "begin") banner("logrecv output", "begin")
sys.stdout.write(sockOut.getvalue()) sys.stdout.write(sockOut.getvalue())
sockhdlr.close()
sockOut.close() sockOut.close()
banner("logrecv output", "end") banner("logrecv output", "end")
sys.stdout.flush() sys.stdout.flush()
......
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