]> granicus.if.org Git - python/commit
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jul 2017 10:50:36 +0000 (12:50 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2017 10:50:36 +0000 (12:50 +0200)
commit4132adb4b8f90893d8f19ff46edff56f189faca0
treef104cd8144474f7e246339513a91184882510ba5
parentbfdc6fdc0e76204caf2261f9cfa9d232fc23906a
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539)

--forever now stops if a fail changes the environment.
(cherry picked from commit 5e87592fd12e0b7c41edc11d4885ed7298d5063b)
Lib/test/libregrtest/main.py