]> git.pld-linux.org Git - packages/python3.git/blob - python3-profile-tests.patch
11c0dc6abdfb89716c9fadf95421ace6015883c9
[packages/python3.git] / python3-profile-tests.patch
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.08909 seconds and 2 git commands to generate.