Skip to content

Commit 5ad5cdc

Browse files
committed
Swift integration-test runner: use --additional-packs
1 parent ee63e60 commit 5ad5cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/integration-tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main(opts):
5454
codeql_root = this_dir.parents[1]
5555
cmd = [
5656
"codeql", "test", "run",
57-
f"--search-path={codeql_root}",
57+
f"--additional-packs={codeql_root}",
5858
"--keep-databases",
5959
"--dataset=db/db-swift",
6060
f"--threads={opts.threads}",

0 commit comments

Comments
 (0)