Browse Source

Revert "tests: kill process group on failure"

This reverts commit 0cebfc8ddb.
v0.9.1-release
isaacs 13 years ago
parent
commit
8a411bae66
  1. 8
      tools/test.py

8
tools/test.py

@ -1437,10 +1437,4 @@ def Main():
if __name__ == '__main__': if __name__ == '__main__':
ret = 0 sys.exit(Main())
try:
ret = Main()
sys.exit(ret)
finally:
if ret and not utils.IsWindows():
os.killpg(0, signal.SIGKILL)

Loading…
Cancel
Save