diff options
author | ZyX <kp-pav@yandex.ru> | 2017-02-14 00:32:18 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-02-14 00:33:52 +0300 |
commit | 943531cf9e99835a319f805a012e0e65c3499a2d (patch) | |
tree | be03e055d35b83a948d063f75c94bd9b2fb5b365 /test/helpers.lua | |
parent | 59f12e7d618340df181988488ec99f172c901d19 (diff) | |
download | rneovim-943531cf9e99835a319f805a012e0e65c3499a2d.tar.gz rneovim-943531cf9e99835a319f805a012e0e65c3499a2d.tar.bz2 rneovim-943531cf9e99835a319f805a012e0e65c3499a2d.zip |
ci: Make sure core* is the last component of path
Diffstat (limited to 'test/helpers.lua')
-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 |