mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
test/functional/helpers.lua: env: forward also TSAN_OPTIONS/MSAN_OPTIONS
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user