]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109402: Fix regrtest findtests() (#109403)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Sep 2023 13:15:42 +0000 (15:15 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 13:15:42 +0000 (13:15 +0000)
commit9ccd2e6aee173615012f7b8262ec890cfb1a7eb4
tree25fcb9901ac000aa3e9e27e0a03560808d32acc8
parentd7a27e527d7e669d2e45cff80ad725978226477c
gh-109402: Fix regrtest findtests() (#109403)

Check for the full module name in SPLITTESTDIRS, not the relative
module name.
Lib/test/libregrtest/findtests.py