aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-21 02:30:18 +0200
committerDaniel Hahler <git@thequod.de>2019-08-21 02:39:10 +0200
commit3bf0d54bc1bf2dd4e0e4cee3b2c970ce46c55cb4 (patch)
tree05d998d25a6fac459a9c0d278c80275821627be5 /test/functional/helpers.lua
parentd993ec5db811ae5085544f9cd4261e24a4ee51c1 (diff)
downloadrneovim-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.lua2
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',