diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-05-13 19:17:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-13 19:17:54 +0200 |
commit | b0917df329ba14b7bc6fa782c1b61e7a2163af0b (patch) | |
tree | dc5890e4e93dc4306b545a52d6c523366f69f55a /Python/pythonrun.c | |
parent | 85c69d5c4c5682a70201612128e838d438c01499 (diff) | |
download | cpython-git-b0917df329ba14b7bc6fa782c1b61e7a2163af0b.tar.gz |
bpo-36719: regrtest -jN no longer stops on crash (GH-13231)
"python3 -m test -jN ..." now continues the execution of next tests
when a worker process crash (CHILD_ERROR state). Previously, the test
suite stopped immediately. Use --failfast to stop at the first error.
Moreover, --forever now also implies --failfast.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions