ci: Make sure core* is the last component of path

This commit is contained in:
ZyX 2017-02-14 00:32:18 +03:00
parent 59f12e7d61
commit 943531cf9e

View File

@ -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