diff options
author | Daniel Hahler <git@thequod.de> | 2019-08-21 02:30:18 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-08-21 02:39:10 +0200 |
commit | 3bf0d54bc1bf2dd4e0e4cee3b2c970ce46c55cb4 (patch) | |
tree | 05d998d25a6fac459a9c0d278c80275821627be5 /test/functional/helpers.lua | |
parent | d993ec5db811ae5085544f9cd4261e24a4ee51c1 (diff) | |
download | rneovim-3bf0d54bc1bf2dd4e0e4cee3b2c970ce46c55cb4.tar.gz rneovim-3bf0d54bc1bf2dd4e0e4cee3b2c970ce46c55cb4.tar.bz2 rneovim-3bf0d54bc1bf2dd4e0e4cee3b2c970ce46c55cb4.zip |
test/functional/helpers.lua: env: forward also TSAN_OPTIONS/MSAN_OPTIONS
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index d4ace3030c..d040ff5f8c 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -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', |