Skip to content

Commit b491884

Browse files
authored
Merge pull request #9910 from github/redsun82/swift-no-cleanup-on-integration-tests
Swift: add `--no-cleanup` to integration tests
2 parents e43755b + ab1370c commit b491884

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)