diff options
author | Daniel Hahler <git@thequod.de> | 2019-08-21 03:21:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 03:21:50 +0200 |
commit | 0e8ee37efdc97fd6c7226ec3563caf93e89e71eb (patch) | |
tree | 36467a73ed59d6d6efb3efdbc31cecf814f865e8 /test/functional/helpers.lua | |
parent | 47e27a4f5b2b2ae20e20a51a6cf0f76078c28698 (diff) | |
parent | e5b2423fa180d0951ec6eb5bfcdf3fedb2a7c161 (diff) | |
download | rneovim-0e8ee37efdc97fd6c7226ec3563caf93e89e71eb.tar.gz rneovim-0e8ee37efdc97fd6c7226ec3563caf93e89e71eb.tar.bz2 rneovim-0e8ee37efdc97fd6c7226ec3563caf93e89e71eb.zip |
Merge pull request #10821 from blueyed/asan
tests: improve escaping of special chars, forward all sanitizer 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', |