commit | fc167c6ba2b3aedb3e1e114bc9a2d1a793d5c2bd | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jan 29 16:03:45 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jan 29 16:03:45 1997 +0000 |
tree | 8f14190034b526df40319dd39002e47ae0de498a | |
parent | efb4609c4ab1691b40b5b9884442aa3a1476d80c [diff] |
Did nobody ever notice that "make test" didn't print the summary line any more? This was because the *parent* process in test_socket.py did an os._exit(0)! Getting rid of that now...
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index c27e69f..1e157b9 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py
@@ -122,7 +122,6 @@ print 'received:', data conn.send(data) conn.close() - os._exit(0) else: try: # child is client