]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132912: Kill the process on error in test_remote_pdb (#132920)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Apr 2025 11:14:59 +0000 (13:14 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 11:14:59 +0000 (13:14 +0200)
commit79ba56433e5ced7740866d1112b0cead86f627f6
tree571c54d024e4f12375694adf634ca3dd34c503a4
parent3fa024dec32e2ff86baf3dd7e14a0b314855327c
gh-132912: Kill the process on error in test_remote_pdb (#132920)

If a test fails (such as an assertion error), kill the child process.
Lib/test/test_remote_pdb.py