8000 bpo-37359: Add --cleanup option to python3 -m test by vstinner · Pull Request #14332 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37359: Add --cleanup option to python3 -m test #14332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2019
Merged

bpo-37359: Add --cleanup option to python3 -m test #14332

merged 1 commit into from
Jun 24, 2019

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Jun 24, 2019

regrtest: Add --cleanup option to remove "test_python_*" directories
of previous failed jobs.

https://bugs.python.org/issue37359

* regrtest: Add --cleanup option to remove "test_python_*" directories
  of previous failed jobs.
* Add "make cleantest" to run "python3 -m test --cleanup".
@vstinner vstinner merged commit 47fbc4e into python:master Jun 24, 2019
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@vstinner vstinner deleted the regrtest_cleanup branch June 24, 2019 10:03
@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 47fbc4e45b35b3111e2d947a66490a43ac21d363 3.8

@miss-islington
Copy link
Contributor

Sorry @vstinner, I had trouble checking out the 3.7 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 47fbc4e45b35b3111e2d947a66490a43ac21d363 3.7

@bedevere-bot
Copy link

GH-14334 is a backport of this pull request to the 3.8 branch.

@bedevere-bot
Copy link

GH-14335 is a backport of this pull request to the 3.7 branch.

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".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0