Commit 29584e35 authored by Guido van Rossum's avatar Guido van Rossum

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...
parent 15ddc9df
......@@ -122,7 +122,6 @@ try:
print 'received:', data
conn.send(data)
conn.close()
os._exit(0)
else:
try:
# child is client
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment