提交 bdcefed8 编写于 作者: V Vojtech Juranek

Merge branch 'jenkins_19156_windows_processkiller' of...

Merge branch 'jenkins_19156_windows_processkiller' of https://github.com/synopsys-arc-oss/jenkins into pr903
...@@ -406,9 +406,10 @@ public abstract class ProcessTree implements Iterable<OSProcess>, IProcessTree, ...@@ -406,9 +406,10 @@ public abstract class ProcessTree implements Iterable<OSProcess>, IProcessTree,
return null; return null;
} }
public void killRecursively() { public void killRecursively() throws InterruptedException {
LOGGER.finer("Killing recursively "+getPid()); LOGGER.finer("Killing recursively "+getPid());
p.killRecursively(); p.killRecursively();
killByKiller();
} }
public void kill() throws InterruptedException { public void kill() throws InterruptedException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册