add test for initial error matcher
This commit is contained in:
parent
7dbaff09b6
commit
3e6d23928b
8 changed files with 95 additions and 16 deletions
4
lib/codeql.js
generated
4
lib/codeql.js
generated
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue