]> granicus.if.org Git - python/commit
regrtest: always show before/after of modified env (#1407)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 May 2017 00:12:34 +0000 (02:12 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 00:12:34 +0000 (02:12 +0200)
commit22982350235f8c5821b71661a5616423e1c7fcc0
tree890545418828209a4f73f326a3928cce787dea9d
parent0d9d61828bbd6cbc289489bf1d439fa91eca3743
regrtest: always show before/after of modified env (#1407)

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 ec4b17239d899550be4ee6104b61751bb3c70382)
Lib/test/regrtest.py