]> granicus.if.org Git - python/commitdiff
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)
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

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