mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 09:44:31 +00:00
test: Fix path to valgrind suppressions (#4892)
This commit is contained in:
committed by
Justin M. Keyes
parent
7e74ba4108
commit
15afd30e04
@@ -30,7 +30,7 @@ if os.getenv('VALGRIND') then
|
|||||||
prepend_argv = {'valgrind', '-q', '--tool=memcheck',
|
prepend_argv = {'valgrind', '-q', '--tool=memcheck',
|
||||||
'--leak-check=yes', '--track-origins=yes',
|
'--leak-check=yes', '--track-origins=yes',
|
||||||
'--show-possibly-lost=no',
|
'--show-possibly-lost=no',
|
||||||
'--suppressions=.valgrind.supp',
|
'--suppressions=src/.valgrind.supp',
|
||||||
'--log-file='..log_file}
|
'--log-file='..log_file}
|
||||||
if os.getenv('GDB') then
|
if os.getenv('GDB') then
|
||||||
table.insert(prepend_argv, '--vgdb=yes')
|
table.insert(prepend_argv, '--vgdb=yes')
|
||||||
|
|||||||
Reference in New Issue
Block a user