]> granicus.if.org Git - python/commitdiff
Try to fix transient refleaks in test_distutils.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 20:20:41 +0000 (20:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 20:20:41 +0000 (20:20 +0000)
Lib/test/test_distutils.py

index fcd792d945a241ab2447ef70f316770fe7b6075a..2d871d36bd31a1d6ba0d207810fa13c0213390e2 100644 (file)
@@ -11,6 +11,7 @@ import test.test_support
 
 def test_main():
     test.test_support.run_unittest(distutils.tests.test_suite())
+    test.test_support.reap_children()
 
 
 if __name__ == "__main__":