mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-109276: regrtest re-runs "env changed" tests (#109831)
When a test fails with "env changed" and --rerun option is used, the test is now re-run in verbose mode in a fresh process.
This commit is contained in:
parent
64ab9f7d5c
commit
72fb39c965
3 changed files with 21 additions and 7 deletions
|
|
@ -0,0 +1,3 @@
|
|||
regrtest: When a test fails with "env changed" and the --rerun option is
|
||||
used, the test is now re-run in verbose mode in a fresh process. Patch by
|
||||
Victor Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue