]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)
authorVictor Stinner <vstinner@redhat.com>
Mon, 24 Jun 2019 11:21:18 +0000 (13:21 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2019 11:21:18 +0000 (13:21 +0200)
commit9d55bf440cd0b8b06509318d7676c0744147c5b2
tree4dad80a91e13156a391fdebae5bf81c0707dd9ac
parent03464483964fbf5a15b2b8fa6ecbf02c712ceef3
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)

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

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