commit | 2ac3eec103cf450aaaebeb932e51155d2e7fb37b | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Jun 28 04:26:52 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 28 04:26:52 2023 +0200 |
tree | 31efe761a024723ab093eb83a9a081106e858502 | |
parent | 3f8483cad2f3b94600c3ecf3f0bb220bb1e61d7d [diff] |
gh-101634: regrtest reports decoding error as failed test (#106169) When running the Python test suite with -jN option, if a worker stdout cannot be decoded from the locale encoding report a failed testn so the exitcode is non-zero.