Kaydet (Commit) 68c9592d authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Call reap_children() at the end of test_posix

üst dedf6cf3
......@@ -780,7 +780,10 @@ class PosixGroupsTester(unittest.TestCase):
def test_main():
support.run_unittest(PosixTester, PosixGroupsTester)
try:
support.run_unittest(PosixTester, PosixGroupsTester)
finally:
support.reap_children()
if __name__ == '__main__':
test_main()
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