Skip to content

testnode.ProcessManager: reimplement killCommand to send SIGTERM first

Jérome Perrin requested to merge jerome/erp5:fix/testnode-killProcess into master

Implement the traditional pattern of sending SIGTERM so that program can free its resources and only send SIGKILL after a delay if program is still running.

Merge request reports