mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Revert "tests: kill process group on failure"
This reverts commit 0cebfc8ddb.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user