diff options
-rw-r--r-- | test/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |