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

[3.7] bpo-33873: Fix bug in runtest.py and add checks for invalid -R parameters (GH-7735) #7933

Closed

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 26, 2018

Fix bug in Lib/test/libregrtest/runtest.py that makes running tests an extra time than the specified number of runs.

Add check for invalid --huntrleaks/-R parameters.
(cherry picked from commit 58ed730)

Co-authored-by: Pablo Galindo Pablogsal@gmail.com

https://bugs.python.org/issue33873

…rameters (pythonGH-7735)

Fix bug in `Lib/test/libregrtest/runtest.py` that makes running tests an extra time than the specified number of runs.

Add check for invalid --huntrleaks/-R parameters.
(cherry picked from commit 58ed730)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
@vstinner
Copy link
Member

Hum, I will backport the change manually, since 3 changes should be backported from master, not only this one.

@vstinner vstinner closed this Jun 26, 2018
@miss-islington miss-islington deleted the backport-58ed730-3.7 branch June 26, 2018 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants