From 943531cf9e99835a319f805a012e0e65c3499a2d Mon Sep 17 00:00:00 2001 From: ZyX Date: Tue, 14 Feb 2017 00:32:18 +0300 Subject: [PATCH] ci: Make sure core* is the last component of path --- test/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.lua b/test/helpers.lua index fab617da50..1e01aaa098 100644 --- a/test/helpers.lua +++ b/test/helpers.lua @@ -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