]> granicus.if.org Git - python/commit
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
authorVictor Stinner <vstinner@redhat.com>
Mon, 24 Jun 2019 10:03:00 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2019 10:03:00 +0000 (12:03 +0200)
commit47fbc4e45b35b3111e2d947a66490a43ac21d363
tree9b10bbfc6521c08dc251a028bb6df790d55c2c96
parent2ac3bab2a6e1f9e17fc0c58a26e8425bb93cb0f5
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".
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py
Makefile.pre.in
Misc/NEWS.d/next/Tests/2019-06-24-10-47-07.bpo-37359.CkdtyO.rst [new file with mode: 0644]