Let us know when there was a problem and the child had to kill the parent

This commit is contained in:
Neal Norwitz 2006-08-02 06:19:19 +00:00
parent c0328d17a5
commit 3ee5941f68
1 changed files with 1 additions and 0 deletions

View 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: