mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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]
|
codeql_root = pathlib.Path(__file__).parents[2]
|
||||||
cmd = [
|
cmd = [
|
||||||
"codeql", "database", "create",
|
"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:
|
if keep_trap:
|
||||||
cmd.append("--keep-trap")
|
cmd.append("--keep-trap")
|
||||||
|
|||||||
Reference in New Issue
Block a user