mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: add --no-cleanup to integration tests
This commit is contained in:
@@ -12,7 +12,7 @@ def run_codeql_database_create(cmds, lang, keep_trap=True):
|
||||
codeql_root = pathlib.Path(__file__).parents[2]
|
||||
cmd = [
|
||||
"codeql", "database", "create",
|
||||
"-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",
|
||||
]
|
||||
if keep_trap:
|
||||
cmd.append("--keep-trap")
|
||||
|
||||
Reference in New Issue
Block a user