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...
This commit is contained in:
Guido van Rossum 1997-01-29 16:03:45 +00:00
parent efb4609c4a
commit fc167c6ba2

View file

@ -122,7 +122,6 @@ try:
print 'received:', data
conn.send(data)
conn.close()
os._exit(0)
else:
try:
# child is client