]> granicus.if.org Git - python/commit
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)
authorVictor Stinner <vstinner@redhat.com>
Mon, 24 Jun 2019 10:51:47 +0000 (12:51 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2019 10:51:47 +0000 (12:51 +0200)
commit2ec4545ebe49c62fdc60b0cf627e3aabe1bca037
tree99e7957b8263f1ed68476832da3f93c5ead5e952
parent2e0ec5b4b7241d62e18e89474e27219cdbd51719
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)

* regrtest: Add --cleanup option to remove "test_python_*" directories
  of previous failed test jobs.
* Add "make cleantest" to run "python3 -m test --cleanup".

(cherry picked from commit 47fbc4e45b35b3111e2d947a66490a43ac21d363)
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]