]> git.pld-linux.org Git - packages/python3.git/blob - python3-profile-tests.patch
- update to 3.8.0
[packages/python3.git] / python3-profile-tests.patch
1 --- Python-3.8.0/Makefile.pre.in~       2019-10-15 10:04:12.000000000 +0200
2 +++ Python-3.8.0/Makefile.pre.in        2019-10-15 10:09:54.901153005 +0200
3 @@ -260,7 +260,7 @@ TCLTK_LIBS= @TCLTK_LIBS@
4  # To speed up profile generation, we don't run the full unit test suite
5  # by default. The default is "-m test --pgo". To run more tests, use
6  # PROFILE_TASK="-m test --pgo-extended"
7 -PROFILE_TASK=  @PROFILE_TASK@
8 +PROFILE_TASK=  @PROFILE_TASK@ $(TESTOPTS)
9  
10  # report files for gcov / lcov coverage report
11  COVERAGE_INFO= $(abs_builddir)/coverage.info
This page took 0.053677 seconds and 3 git commands to generate.