diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-05 14:08:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 14:08:32 +0200 |
commit | d9d91bbfef883c72e71bbc966274ddd7157d0060 (patch) | |
tree | a43d5bceabf50ae7c2f4a29027481138e004a19c /test/helpers.lua | |
parent | ae927a49f7e3db3b1a2ba7e8e07736695594028d (diff) | |
parent | 6ffcc2b8002d37986b3ee2b9471c460af8d0c669 (diff) | |
download | rneovim-d9d91bbfef883c72e71bbc966274ddd7157d0060.tar.gz rneovim-d9d91bbfef883c72e71bbc966274ddd7157d0060.tar.bz2 rneovim-d9d91bbfef883c72e71bbc966274ddd7157d0060.zip |
Merge #8482 'test: give more time for nodejs'
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 0d3fe1316b..a774a67df3 100644 --- a/test/helpers.lua +++ b/test/helpers.lua @@ -259,7 +259,7 @@ local function check_cores(app, force) else initial_path = '.' re = '/core[^/]*$' - exc_re = { '^/%.deps$', local_tmpdir } + exc_re = { '^/%.deps$', local_tmpdir, '^/%node_modules$' } db_cmd = gdb_db_cmd random_skip = true end |