Skip to content

Commit 399b6c1

Browse files
wiredfoolradarhere
andauthored
Update Makefile
Co-authored-by: Andrew Murray <[email protected]>
1 parent 98cf15e commit 399b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ valgrind-leak:
110110
PILLOW_VALGRIND_TEST=true PYTHONMALLOC=malloc valgrind --suppressions=Tests/oss-fuzz/python.supp \
111111
--leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite \
112112
--log-file=/tmp/valgrind-output \
113-
python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output Tests/
113+
python3 -m pytest -vv --valgrind --valgrind-log=/tmp/valgrind-output
114114

115115
.PHONY: readme
116116
readme:

0 commit comments

Comments
 (0)