Skip to content

Commit 051a77f

Browse files
authored
Merge pull request github#14537 from github/alexdenisov/remove-outdated-cli-arg
Swift: remove outdated CLI argument
2 parents 8f58685 + eb3e140 commit 051a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/integration-tests/create_database_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run_codeql_database_create(cmds, lang, keep_trap=True, db=None, runFunction=
3131
shutil.rmtree("db", ignore_errors=True)
3232
cmd = [
3333
"codeql", "database", "create",
34-
"-s", ".", "-l", "swift", "--internal-use-lua-tracing", f"--search-path={codeql_root}", "--no-cleanup",
34+
"-s", ".", "-l", "swift", f"--search-path={codeql_root}", "--no-cleanup",
3535
]
3636
if keep_trap:
3737
cmd.append("--keep-trap")

0 commit comments

Comments
 (0)