]> granicus.if.org Git - python/commit
regrtest: always show before/after of modified env (#1407) (#1409)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 May 2017 01:47:44 +0000 (03:47 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 01:47:44 +0000 (03:47 +0200)
commit0d493795c8601d600a93e6a00e6c8ef3620d5aab
tree528b8b8308eb37da9e5950e86f55635422c10ea5
parentd1c862ffa73b222746035155817d2516c4f5b71e
regrtest: always show before/after of modified env (#1407) (#1409)

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)
(cherry picked from commit 22982350235f8c5821b71661a5616423e1c7fcc0)
Lib/test/regrtest.py