fix tests
This commit is contained in:
parent
c214dbf7b5
commit
2a149a5b3f
1 changed files with 1 additions and 0 deletions
|
@ -139,5 +139,6 @@ finally:
|
|||
for p in [p1, p2]:
|
||||
try:
|
||||
os.kill(p.pid, signal.SIGQUIT)
|
||||
os.waitpid(p.pid, 0)
|
||||
except OSError:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue