mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 07:32:40 +00:00
ci: Do not hide ci directory (#6410)
This commit is contained in:
committed by
Justin M. Keyes
parent
77539eef9b
commit
a1c928e70c
@@ -574,7 +574,7 @@ local function gen_itp(it)
|
||||
if not err then
|
||||
if allow_failure then
|
||||
io.stderr:write('Errorred out:\n' .. tostring(emsg) .. '\n')
|
||||
os.execute([[sh -c "source .ci/common/test.sh ; check_core_dumps --delete \"]] .. Paths.test_luajit_prg .. [[\""]])
|
||||
os.execute([[sh -c "source ci/common/test.sh ; check_core_dumps --delete \"]] .. Paths.test_luajit_prg .. [[\""]])
|
||||
else
|
||||
error(emsg)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user