From 6ffcc2b8002d37986b3ee2b9471c460af8d0c669 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 5 Jun 2018 07:33:26 -0400 Subject: fixup: exclude node_modules/ for crash detection node.js client uses lodash which has core.js. --- test/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/helpers.lua') 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 -- cgit