Merge pull request #23421 from gnossen/test_runner_segfault

Stop trying to handle SIGSEGV in Test Runner
pull/23424/head
Richard Belleville 5 years ago committed by GitHub
commit e52c9e609d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/python/grpcio_tests/tests/_runner.py

@ -183,7 +183,6 @@ class Runner(object):
pass
try_set_handler('SIGINT', sigint_handler)
try_set_handler('SIGSEGV', fault_handler)
try_set_handler('SIGBUS', fault_handler)
try_set_handler('SIGABRT', fault_handler)
try_set_handler('SIGFPE', fault_handler)

Loading…
Cancel
Save