mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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,6 +215,7 @@ class Regrtest:
|
|||
|
||||
removepy(self.tests)
|
||||
|
||||
if self.ns.pgo:
|
||||
# add default PGO tests if no tests are specified
|
||||
setup_pgo_tests(self.ns)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue