]> granicus.if.org Git - python/commit
Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.
authorBrett Cannon <brett@python.org>
Fri, 2 Oct 2015 23:16:44 +0000 (16:16 -0700)
committerBrett Cannon <brett@python.org>
Fri, 2 Oct 2015 23:16:44 +0000 (16:16 -0700)
commitbe7c1638e2bc837125efc18b7e9853caa7dc95bf
tree0c179684627afd257d408f270323f2552e250057
parent8214a7c38f1057bfe5c32d24406a6511529867fd
Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.

Since PGO building doesn't care about test failures, silence them when
running the test suite for performance reasons. Initial patch by
Alecsandru Patrascu of Intel.
Lib/test/regrtest.py
Makefile.pre.in