Kaydet (Commit) bb990588 authored tarafından Vinay Sajip's avatar Vinay Sajip

Socket handler closed prior to end of test.

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