]> git.pld-linux.org Git - packages/python3.git/blame - python3-profile-tests.patch
- profile-opt target also runs test suite, so we want to disable some tests there...
[packages/python3.git] / python3-profile-tests.patch
CommitLineData
bebf9cf2
AM
1--- Python-3.7.4/Makefile.pre.in~ 2019-08-05 14:10:46.000000000 +0200
2+++ Python-3.7.4/Makefile.pre.in 2019-08-05 14:37:01.691326225 +0200
3@@ -260,7 +260,7 @@ TCLTK_LIBS= @TCLTK_LIBS@
4 # The task to run while instrumented when building the profile-opt target.
5 # We exclude unittests with -x that take a rediculious amount of time to
6 # run in the instrumented training build or do not provide much value.
7-PROFILE_TASK=-m test.regrtest --pgo
8+PROFILE_TASK=-m test.regrtest --pgo $(TESTOPTS)
9
10 # report files for gcov / lcov coverage report
11 COVERAGE_INFO= $(abs_builddir)/coverage.info
This page took 0.0690269999999999 seconds and 4 git commands to generate.