mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
build/doc/CI: remove/update quickbuild references #11258
This commit is contained in:
@@ -29,10 +29,8 @@ local module = {
|
||||
}
|
||||
|
||||
local start_dir = lfs.currentdir()
|
||||
-- XXX: NVIM_PROG takes precedence, QuickBuild sets it.
|
||||
module.nvim_prog = (
|
||||
os.getenv('NVIM_PROG')
|
||||
or os.getenv('NVIM_PRG')
|
||||
os.getenv('NVIM_PRG')
|
||||
or global_helpers.test_build_dir .. '/bin/nvim'
|
||||
)
|
||||
-- Default settings for the test session.
|
||||
|
||||
Reference in New Issue
Block a user