Skip to content

Commit 8a411ba

Browse files
committed
Revert "tests: kill process group on failure"
This reverts commit 0cebfc8.
1 parent 7193767 commit 8a411ba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/test.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,4 @@ def DoSkip(case):
14371437

14381438

14391439
if __name__ == '__main__':
1440-
ret = 0
1441-
try:
1442-
ret = Main()
1443-
sys.exit(ret)
1444-
finally:
1445-
if ret and not utils.IsWindows():
1446-
os.killpg(0, signal.SIGKILL)
1440+
sys.exit(Main())

0 commit comments

Comments
 (0)