fix tests

This commit is contained in:
clowwindy 2014-12-11 12:50:25 +08:00
parent c214dbf7b5
commit 2a149a5b3f

View file

@ -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