mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
added close/join
This commit is contained in:
parent
4386c4edbb
commit
7cc9af6f83
|
@ -67,9 +67,10 @@ def main():
|
|||
|
||||
files = filter_tests(files)
|
||||
|
||||
print (files)
|
||||
pool = Pool()
|
||||
results = pool.map(test_one, files)
|
||||
pool.close()
|
||||
pool.join()
|
||||
|
||||
for test,(result, status) in zip(files,results):
|
||||
if result == "ok":
|
||||
|
|
Loading…
Reference in New Issue
Block a user