mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test(old): correct path to .valgrind.supp (#27306)
This commit is contained in:
@@ -41,13 +41,13 @@ ifdef USE_VALGRIND
|
|||||||
--leak-check=yes \
|
--leak-check=yes \
|
||||||
--track-origins=yes
|
--track-origins=yes
|
||||||
# VALGRIND_TOOL := exp-sgcheck
|
# VALGRIND_TOOL := exp-sgcheck
|
||||||
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) \
|
||||||
--trace-children=yes
|
--trace-children=yes
|
||||||
else
|
else
|
||||||
ifdef USE_GDB
|
ifdef USE_GDB
|
||||||
|
|||||||
Reference in New Issue
Block a user