mirror of
https://github.com/python/cpython.git
synced 2025-09-10 02:36:56 +00:00
Only setup PGO tests when --pgo is enabled. (GH-14927)
This commit is contained in:
parent
2f224a077a
commit
f0807ab24c
1 changed files with 3 additions and 2 deletions
|
@ -215,8 +215,9 @@ class Regrtest:
|
||||||
|
|
||||||
removepy(self.tests)
|
removepy(self.tests)
|
||||||
|
|
||||||
# add default PGO tests if no tests are specified
|
if self.ns.pgo:
|
||||||
setup_pgo_tests(self.ns)
|
# add default PGO tests if no tests are specified
|
||||||
|
setup_pgo_tests(self.ns)
|
||||||
|
|
||||||
stdtests = STDTESTS[:]
|
stdtests = STDTESTS[:]
|
||||||
nottests = NOTTESTS.copy()
|
nottests = NOTTESTS.copy()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue