[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-37359: Add --cleanup option to python3 -m test by vstinner · Pull Request #14332 · python/cpython

vstinner

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

vstinner added a commit that referenced this pull request

Jun 24, 2019
* 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 47fbc4e)

vstinner added a commit that referenced this pull request

Jun 24, 2019
* 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 47fbc4e)

vstinner added a commit that referenced this pull request

Jun 24, 2019
* 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 47fbc4e)

lisroach pushed a commit to lisroach/cpython that referenced this pull request

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

DinoV pushed a commit to DinoV/cpython that referenced this pull request

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