We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee63e60 commit 5ad5cdcCopy full SHA for 5ad5cdc
swift/integration-tests/runner.py
@@ -54,7 +54,7 @@ def main(opts):
54
codeql_root = this_dir.parents[1]
55
cmd = [
56
"codeql", "test", "run",
57
- f"--search-path={codeql_root}",
+ f"--additional-packs={codeql_root}",
58
"--keep-databases",
59
"--dataset=db/db-swift",
60
f"--threads={opts.threads}",
0 commit comments