• Victor Stinner's avatar
    regrtest: always show before/after of modified env (#1192) (#1406) · 564e89f4
    Victor Stinner yazdı
    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 ec4b1723)
    564e89f4
save_env.py 10.8 KB