From 3bf0d54bc1bf2dd4e0e4cee3b2c970ce46c55cb4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 21 Aug 2019 02:30:18 +0200 Subject: [PATCH] test/functional/helpers.lua: env: forward also TSAN_OPTIONS/MSAN_OPTIONS --- test/functional/helpers.lua | 2 ++ 1 file changed, 2 insertions(+) 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',