mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/functional/helpers.lua: env: forward also TSAN_OPTIONS/MSAN_OPTIONS
This commit is contained in:
parent
d993ec5db8
commit
3bf0d54bc1
@ -445,6 +445,8 @@ function module.new_argv(...)
|
||||
for _, k in ipairs({
|
||||
'HOME',
|
||||
'ASAN_OPTIONS',
|
||||
'TSAN_OPTIONS',
|
||||
'MSAN_OPTIONS',
|
||||
'LD_LIBRARY_PATH',
|
||||
'PATH',
|
||||
'NVIM_LOG_FILE',
|
||||
|
Loading…
Reference in New Issue
Block a user