mirror of https://github.com/nodejs/node.git
Revert "tests: kill process group on failure"
This reverts commit 0cebfc8ddb
.
This commit is contained in:
parent
719376730d
commit
8a411bae66
|
@ -1437,10 +1437,4 @@ def Main():
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
ret = 0
|
||||
try:
|
||||
ret = Main()
|
||||
sys.exit(ret)
|
||||
finally:
|
||||
if ret and not utils.IsWindows():
|
||||
os.killpg(0, signal.SIGKILL)
|
||||
sys.exit(Main())
|
||||
|
|
Loading…
Reference in New Issue