Commit 789bd1b9 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Hard kill processes after each test.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1500 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3a255300
......@@ -251,7 +251,7 @@ class NEOCluster(object):
for process_list in self.process_dict.itervalues():
for process in process_list:
try:
process.kill()
process.kill(signal.SIGKILL)
process.wait()
except AlreadyStopped:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment