]> granicus.if.org Git - python/commitdiff
Let us know when there was a problem and the child had to kill the parent
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Aug 2006 06:19:19 +0000 (06:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 Aug 2006 06:19:19 +0000 (06:19 +0000)
Lib/test/test_signal.py

index d52902ec8a24a0f5caccb319fc8a569ea2a3e597..a6267d27f7f84d4aa9a841c1be95fdb84d9b64a5 100644 (file)
@@ -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: