Skip to content

Commit ab1370c

Browse files
committed
Swift: add --no-cleanup to integration tests
1 parent 8cd0a9d commit ab1370c

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
@@ -12,7 +12,7 @@ def run_codeql_database_create(cmds, lang, keep_trap=True):
1212
codeql_root = pathlib.Path(__file__).parents[2]
1313
cmd = [
1414
"codeql", "database", "create",
15-
"-s", ".", "-l", "swift", "--internal-use-lua-tracing", f"--search-path={codeql_root}",
15+
"-s", ".", "-l", "swift", "--internal-use-lua-tracing", f"--search-path={codeql_root}", "--no-cleanup",
1616
]
1717
if keep_trap:
1818
cmd.append("--keep-trap")

0 commit comments

Comments
 (0)