mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
ci: Make sure core* is the last component of path
This commit is contained in:
@@ -167,7 +167,7 @@ local function check_cores(app)
|
|||||||
db_cmd = lldb_db_cmd
|
db_cmd = lldb_db_cmd
|
||||||
else
|
else
|
||||||
initial_path = '.'
|
initial_path = '.'
|
||||||
re = 'core[^/]*'
|
re = '/core[^/]*$'
|
||||||
exc_re = '^/%.deps$'
|
exc_re = '^/%.deps$'
|
||||||
db_cmd = gdb_db_cmd
|
db_cmd = gdb_db_cmd
|
||||||
random_skip = true
|
random_skip = true
|
||||||
|
|||||||
Reference in New Issue
Block a user