mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
test(old): correct path to .valgrind.supp (#27306)
This commit is contained in:
@@ -44,7 +44,7 @@ ifdef USE_VALGRIND
|
|||||||
TOOL := valgrind -q \
|
TOOL := valgrind -q \
|
||||||
-q \
|
-q \
|
||||||
$(VALGRIND_TOOL) \
|
$(VALGRIND_TOOL) \
|
||||||
--suppressions=../../.valgrind.supp \
|
--suppressions=../../../src/.valgrind.supp \
|
||||||
--error-exitcode=123 \
|
--error-exitcode=123 \
|
||||||
--log-file=valgrind-\%p.$* \
|
--log-file=valgrind-\%p.$* \
|
||||||
$(VGDB) \
|
$(VGDB) \
|
||||||
|
|||||||
Reference in New Issue
Block a user