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 d52902e..a6267d2 100644
--- a/Lib/test/test_signal.py
+++ b/Lib/test/test_signal.py
@@ -87,6 +87,7 @@
             # 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: