mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift integration-test runner: use --additional-packs
This commit is contained in:
@@ -54,7 +54,7 @@ def main(opts):
|
||||
codeql_root = this_dir.parents[1]
|
||||
cmd = [
|
||||
"codeql", "test", "run",
|
||||
f"--search-path={codeql_root}",
|
||||
f"--additional-packs={codeql_root}",
|
||||
"--keep-databases",
|
||||
"--dataset=db/db-swift",
|
||||
f"--threads={opts.threads}",
|
||||
|
||||
Reference in New Issue
Block a user