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