Merge pull request #10821 from blueyed/asan

tests: improve escaping of special chars, forward all sanitizer options
This commit is contained in:
Daniel Hahler
2019-08-21 03:21:50 +02:00
committed by GitHub
2 changed files with 11 additions and 3 deletions

View File

@@ -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',