summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-02 06:19:19 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-02 06:19:19 (GMT)
commit3ee5941f68fea95116e30a78fb0cc2fb359c48ea (patch)
tree197d2de52b21ccb7950d97df73edef1166402f04 /Lib
parentc0328d17a5327af40c2789d1d5305b2017975770 (diff)
downloadcpython-3ee5941f68fea95116e30a78fb0cc2fb359c48ea.zip
cpython-3ee5941f68fea95116e30a78fb0cc2fb359c48ea.tar.gz
cpython-3ee5941f68fea95116e30a78fb0cc2fb359c48ea.tar.bz2
Let us know when there was a problem and the child had to kill the parent
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_signal.py1
1 files changed, 1 insertions, 0 deletions
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 @@ 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: