We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cf15e commit 399b6c1Copy full SHA for 399b6c1
Makefile
@@ -110,7 +110,7 @@ valgrind-leak:
110
PILLOW_VALGRIND_TEST=true PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
111
--leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
112
--log-file=/tmp/valgrind-output \
113
- python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output Tests/
+ python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output
114
115
.PHONY: readme
116
readme:
0 commit comments