Socket handler closed prior to end of test.

This commit is contained in:
Vinay Sajip 2004-02-20 13:19:16 +00:00
parent ed6bb1414c
commit bb99058898
1 changed files with 1 additions and 0 deletions

View File

@ -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()