SIGN IN SIGN UP

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.
V
Victor Stinner committed
b0917df329ba14b7bc6fa782c1b61e7a2163af0b
Parent: 85c69d5
Committed by GitHub <noreply@github.com> on 5/13/2019, 5:17:54 PM