mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +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
|
||||
else
|
||||
initial_path = '.'
|
||||
re = 'core[^/]*'
|
||||
re = '/core[^/]*$'
|
||||
exc_re = '^/%.deps$'
|
||||
db_cmd = gdb_db_cmd
|
||||
random_skip = true
|
||||
|
||||
Reference in New Issue
Block a user