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 789631c commit 7aa6a61Copy full SHA for 7aa6a61
Makefile
@@ -101,7 +101,8 @@ valgrind:
101
102
.PHONY: valgrind-leak
103
valgrind-leak:
104
- PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp --leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
+ PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
105
+ --leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
106
--log-file=/tmp/valgrind-output \
107
python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output Tests/
108
0 commit comments