mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: move oldtests to test directory (#22536)
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.
This commit is contained in:
@@ -898,7 +898,7 @@ local load_factor = 1
|
||||
if global_helpers.is_ci() then
|
||||
-- Compute load factor only once (but outside of any tests).
|
||||
module.clear()
|
||||
module.request('nvim_command', 'source src/nvim/testdir/load.vim')
|
||||
module.request('nvim_command', 'source test/old/testdir/load.vim')
|
||||
load_factor = module.request('nvim_eval', 'g:test_load_factor')
|
||||
end
|
||||
function module.load_adjust(num)
|
||||
|
||||
Reference in New Issue
Block a user