Commit 6665cefb authored by Neal Norwitz's avatar Neal Norwitz

Apply this change from 2.6. Hopefully it doesn't cause a conflict.

I really want to test the buildbots.  This change is necessary
to get the test to be more stable and not crash due to previous
processes exitting.
parent 1b1498b4
...@@ -212,6 +212,7 @@ def test_main(): ...@@ -212,6 +212,7 @@ def test_main():
# If the import lock is held, the threads will hang. # If the import lock is held, the threads will hang.
raise TestSkipped("can't run when import lock is held") raise TestSkipped("can't run when import lock is held")
reap_children()
try: try:
testall() testall()
finally: 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