Skip to content
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

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

Merged
merged 1 commit into from Jun 24, 2019

Conversation

@vstinner
Copy link
Member

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 force-pushed the vstinner:regrtest_cleanup branch from 42e87b0 to 3609d04 Jun 24, 2019
@vstinner vstinner merged commit 47fbc4e into python:master Jun 24, 2019
4 of 5 checks passed
4 of 5 checks passed
Azure Pipelines PR in progress
Details
bedevere/issue-number Issue number 37359 found
Details
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Jun 24, 2019

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

@vstinner vstinner deleted the vstinner:regrtest_cleanup branch Jun 24, 2019
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Jun 24, 2019

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

This comment has been minimized.

Copy link

miss-islington commented Jun 24, 2019

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

vstinner added a commit to vstinner/cpython 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 to vstinner/cpython 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)
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jun 24, 2019

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

vstinner added a commit to vstinner/cpython 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)
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jun 24, 2019

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 to vstinner/cpython 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)
LorenzMende added a commit to LorenzMende/cpython that referenced this pull request Aug 11, 2019
* regrtest: Add --cleanup option to remove "test_python_*" directories
  of previous failed test jobs.
* Add "make cleantest" to run "python3 -m test --cleanup".
lisroach added 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".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.