Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesbpo-37359: Add --cleanup option to python3 -m test #14332
Conversation
* regrtest: Add --cleanup option to remove "test_python_*" directories of previous failed jobs. * Add "make cleantest" to run "python3 -m test --cleanup".
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jun 24, 2019
|
Thanks @vstinner for the PR |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jun 24, 2019
|
Sorry, @vstinner, I could not cleanly backport this to |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jun 24, 2019
|
Sorry @vstinner, I had trouble checking out the |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jun 24, 2019
|
GH-14334 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jun 24, 2019
|
GH-14335 is a backport of this pull request to the 3.7 branch. |
* regrtest: Add --cleanup option to remove "test_python_*" directories of previous failed test jobs. * Add "make cleantest" to run "python3 -m test --cleanup".
* regrtest: Add --cleanup option to remove "test_python_*" directories of previous failed test jobs. * Add "make cleantest" to run "python3 -m test --cleanup".
vstinner commentedJun 24, 2019
•
edited by bedevere-bot
regrtest: Add --cleanup option to remove "test_python_*" directories
of previous failed jobs.
https://bugs.python.org/issue37359