Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore SIGTERM/SIGINT in Python child process.
This fixes a race condition between the application under test exiting (with exit code 0) and the Python subprocess running it exiting with exit code -SIG.
- Loading branch information