add test for initial error matcher

This commit is contained in:
Nick Fyson 2020-09-07 22:50:37 +01:00
parent 7dbaff09b6
commit 3e6d23928b
8 changed files with 95 additions and 16 deletions

4
lib/codeql.js generated
View file

@ -297,7 +297,7 @@ function getCodeQLForCmd(cmd) {
databasePath,
'--',
traceCommand
], error_matcher_1.error_matchers);
], error_matcher_1.errorMatchers);
},
finalizeDatabase: async function (databasePath) {
await exec_wrapper_1.exec_wrapper(cmd, [
@ -305,7 +305,7 @@ function getCodeQLForCmd(cmd) {
'finalize',
...getExtraOptionsFromEnv(['database', 'finalize']),
databasePath
], error_matcher_1.error_matchers);
], error_matcher_1.errorMatchers);
},
resolveQueries: async function (queries, extraSearchPath) {
const codeqlArgs = [