[Python-checkins] cpython: Call reap_children() at the end of test_posix (original) (raw)
antoine.pitrou python-checkins at python.org
Sun Mar 20 17:34:01 CET 2011
- Previous message: [Python-checkins] cpython: Issue #11615: Fix sporadic buildbot failures related to #10812.
- Next message: [Python-checkins] cpython (3.1): Call reap_children() where appropriate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/c70d252135da changeset: 68757:c70d252135da user: Antoine Pitrou <solipsis at pitrou.net> date: Sun Mar 20 17:33:57 2011 +0100 summary: Call reap_children() at the end of test_posix
files: Lib/test/test_posix.py
diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py @@ -780,7 +780,10 @@
def test_main():
- support.run_unittest(PosixTester, PosixGroupsTester)
- try:
support.run_unittest(PosixTester, PosixGroupsTester)
- finally:
support.reap_children()
if name == 'main': test_main()
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython: Issue #11615: Fix sporadic buildbot failures related to #10812.
- Next message: [Python-checkins] cpython (3.1): Call reap_children() where appropriate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]