summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index 7b008fe..d8d6481 100644
--- a/test.py
+++ b/test.py
@@ -55,6 +55,7 @@ class ServerFixture(object):
def shutDown(self):
os.kill(self.child_pid, signal.SIGTERM)
+ os.waitpid(self.child_pid, 0)
if self.state_dir:
try:
shutil.rmtree(self.state_dir)