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