From: Neal Norwitz Date: Wed, 2 Aug 2006 06:19:19 +0000 (+0000) Subject: Let us know when there was a problem and the child had to kill the parent X-Git-Tag: v2.5b3~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ee5941f68fea95116e30a78fb0cc2fb359c48ea;p=thirdparty%2FPython%2Fcpython.git Let us know when there was a problem and the child had to kill the parent --- diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py index d52902ec8a24..a6267d27f7f8 100644 --- a/Lib/test/test_signal.py +++ b/Lib/test/test_signal.py @@ -87,6 +87,7 @@ def force_test_exit(): # time for the normal sequence of events to occur. This is # just a stop-gap to prevent the test from hanging. time.sleep(MAX_DURATION + 5) + print >> sys.__stdout__, ' child should not have to kill parent' for i in range(3): os.kill(pid, signal.SIGALARM) finally: