◐ Shell
clean mode source ↗

[3.7] bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735) by miss-islington · Pull Request #7933 · python/cpython

Conversation

@miss-islington

@miss-islington miss-islington commented

Jun 26, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

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 Copy Markdown

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @vstinner @the-knights-who-say-ni @bedevere-bot @pablogsal