]> granicus.if.org Git - python/commit
regrtest: always show before/after of modified env (#1192)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Apr 2017 22:57:30 +0000 (00:57 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 22:57:30 +0000 (00:57 +0200)
commitec4b17239d899550be4ee6104b61751bb3c70382
treed60156ee4fab31749e94bbda39b1042ea419cd38
parent7b9619ae249ed637924d1c76687b411061753e5a
regrtest: always show before/after of modified env (#1192)

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.
Lib/test/libregrtest/save_env.py