Commit 3ee5941f authored by Neal Norwitz's avatar Neal Norwitz

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

parent c0328d17
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment