[Python-checkins] python/dist/src/Lib/test test_logging.py,1.6,1.6.2.1
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Fri, 25 Apr 2003 14:22:07 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv19604
Modified Files:
Tag: r23b1-branch
test_logging.py
Log Message:
Add Neal's band-aid for the Solaris problem, even if it doesn't fix it
for Skip.
Index: test_logging.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_logging.py,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** test_logging.py 25 Apr 2003 14:22:00 -0000 1.6
--- test_logging.py 25 Apr 2003 21:22:03 -0000 1.6.2.1
***************
*** 471,474 ****
--- 471,476 ----
socketDataProcessed.wait()
socketDataProcessed.release()
+ for thread in threads:
+ thread.join()
banner("logrecv output", "begin")
sys.stdout.write(sockOut.getvalue())