]> git.pld-linux.org Git - packages/python3.git/blame - python3-profile-tests.patch
- build with libtirpc+libnsl 1.x; release 2
[packages/python3.git] / python3-profile-tests.patch
CommitLineData
3e35963a
AM
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
bebf9cf2 3@@ -260,7 +260,7 @@ TCLTK_LIBS= @TCLTK_LIBS@
3e35963a
AM
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)
bebf9cf2
AM
9
10 # report files for gcov / lcov coverage report
11 COVERAGE_INFO= $(abs_builddir)/coverage.info
This page took 0.059454 seconds and 4 git commands to generate.