]> granicus.if.org Git - python/commit
Did nobody ever notice that "make test" didn't print the summary line
authorGuido van Rossum <guido@python.org>
Wed, 29 Jan 1997 16:03:45 +0000 (16:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Jan 1997 16:03:45 +0000 (16:03 +0000)
commitfc167c6ba2b3aedb3e1e114bc9a2d1a793d5c2bd
tree8f14190034b526df40319dd39002e47ae0de498a
parentefb4609c4ab1691b40b5b9884442aa3a1476d80c
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...
Lib/test/test_socket.py