]> granicus.if.org Git - python/commit
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jul 2017 09:15:58 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2017 09:15:58 +0000 (11:15 +0200)
commit5e87592fd12e0b7c41edc11d4885ed7298d5063b
tree55a9162c8208b947829436773fea57a663d5099c
parent34b54873b51a1ebee2a3c57b7205537b4f33128d
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536)

--forever now stops if a fail changes the environment.
Lib/test/libregrtest/main.py