Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "tests: kill process group on failure"
This reverts commit 0cebfc8.
  • Loading branch information
isaacs committed May 29, 2012
1 parent 7193767 commit 8a411ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tools/test.py
Expand Up @@ -1437,10 +1437,4 @@ def DoSkip(case):


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())

0 comments on commit 8a411ba

Please sign in to comment.