]> granicus.if.org Git - python/commit
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 26 Jun 2018 14:17:26 +0000 (15:17 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Jun 2018 14:17:26 +0000 (15:17 +0100)
commit58ed7307ea0b5c5aa052291ebc3030f314f938d8
tree8dd98ecb282b6e71b2f07cab9ee69c3b40134234
parent866c168a5f9330d8a3ae109fa8baab2509f35cc7
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-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.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Misc/NEWS.d/next/Tests/2018-06-16-01-37-31.bpo-33873.d86vab.rst [new file with mode: 0644]