mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: Make sure core* is the last component of path
This commit is contained in:
parent
59f12e7d61
commit
943531cf9e
@ -167,7 +167,7 @@ local function check_cores(app)
|
||||
db_cmd = lldb_db_cmd
|
||||
else
|
||||
initial_path = '.'
|
||||
re = 'core[^/]*'
|
||||
re = '/core[^/]*$'
|
||||
exc_re = '^/%.deps$'
|
||||
db_cmd = gdb_db_cmd
|
||||
random_skip = true
|
||||
|
Loading…
Reference in New Issue
Block a user