Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e43755b + ab1370c commit b491884Copy full SHA for b491884
1 file changed
swift/integration-tests/create_database_utils.py
@@ -12,7 +12,7 @@ def run_codeql_database_create(cmds, lang, keep_trap=True):
12
codeql_root = pathlib.Path(__file__).parents[2]
13
cmd = [
14
"codeql", "database", "create",
15
- "-s", ".", "-l", "swift", "--internal-use-lua-tracing", f"--search-path={codeql_root}",
+ "-s", ".", "-l", "swift", "--internal-use-lua-tracing", f"--search-path={codeql_root}", "--no-cleanup",
16
]
17
if keep_trap:
18
cmd.append("--keep-trap")
0 commit comments