mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 23:35:32 +00:00
test: simplify ASAN detection
This commit is contained in:
@@ -418,6 +418,10 @@ function M.is_arch(s)
|
||||
return s == architecture
|
||||
end
|
||||
|
||||
function M.is_asan()
|
||||
return M.paths.is_asan
|
||||
end
|
||||
|
||||
local tmpname_id = 0
|
||||
local tmpdir = os.getenv('TMPDIR') or os.getenv('TEMP')
|
||||
local tmpdir_is_local = not not (tmpdir and tmpdir:find('Xtest'))
|
||||
|
||||
Reference in New Issue
Block a user