Skip to content

Commit 0b27229

Browse files
committed
"make valgrind" respects TEST_ARGS environment variable
1 parent 5fe9f15 commit 0b27229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ endif
164164
done
165165

166166
valgrind: $(TEST_PROGS)
167-
$(LIBTOOL) --mode=execute valgrind --leak-check=full --suppressions=$(srcdir)/valgrind.suppressions ./test-libmongoc -f -p
167+
$(LIBTOOL) --mode=execute valgrind --leak-check=full --suppressions=$(srcdir)/valgrind.suppressions ./test-libmongoc $(TEST_ARGS)
168168

169169
if OS_LINUX
170170
abicheck:

0 commit comments

Comments
 (0)