commit | 47fbc4e45b35b3111e2d947a66490a43ac21d363 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Jun 24 12:03:00 2019 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 24 12:03:00 2019 +0200 |
tree | 9b10bbfc6521c08dc251a028bb6df790d55c2c96 | |
parent | 2ac3bab2a6e1f9e17fc0c58a26e8425bb93cb0f5 [diff] |
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) * regrtest: Add --cleanup option to remove "test_python_*" directories of previous failed test jobs. * Add "make cleantest" to run "python3 -m test --cleanup".