Commit f0807ab2 authored by Gregory P. Smith's avatar Gregory P. Smith Committed by GitHub

Only setup PGO tests when --pgo is enabled. (GH-14927)

parent 2f224a07
...@@ -215,6 +215,7 @@ class Regrtest: ...@@ -215,6 +215,7 @@ class Regrtest:
removepy(self.tests) removepy(self.tests)
if self.ns.pgo:
# add default PGO tests if no tests are specified # add default PGO tests if no tests are specified
setup_pgo_tests(self.ns) setup_pgo_tests(self.ns)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment