We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f58685 + eb3e140 commit 051a77fCopy full SHA for 051a77f
1 file changed
swift/integration-tests/create_database_utils.py
@@ -31,7 +31,7 @@ def run_codeql_database_create(cmds, lang, keep_trap=True, db=None, runFunction=
31
shutil.rmtree("db", ignore_errors=True)
32
cmd = [
33
"codeql", "database", "create",
34
- "-s", ".", "-l", "swift", "--internal-use-lua-tracing", f"--search-path={codeql_root}", "--no-cleanup",
+ "-s", ".", "-l", "swift", f"--search-path={codeql_root}", "--no-cleanup",
35
]
36
if keep_trap:
37
cmd.append("--keep-trap")
0 commit comments