cpython/Lib/test/libregrtest
Victor Stinner 564e89f43b regrtest: always show before/after of modified env (#1192) (#1406)
Buildbots don't run tests with -vv and so only log "xxx was modified
by test_xxx" which is not enough to debug such random issue. In many
cases, I'm unable to reproduce the warning and so unable to fix it.

Always logging the value before and value after should help to debug
such warning on buildbots.
(cherry picked from commit ec4b17239d)
2017-05-03 02:12:22 +02:00
..
__init__.py
cmdline.py
main.py
refleak.py
runtest.py
runtest_mp.py
save_env.py regrtest: always show before/after of modified env (#1192) (#1406) 2017-05-03 02:12:22 +02:00
setup.py