Skip to content

Commit fa09078

Browse files
committed
Swift: do not keep trap files for tests
1 parent 8e8da66 commit fa09078

File tree

1 file changed

+1
-1
lines changed
  • swift/integration-tests/hello-world

1 file changed

+1
-1
lines changed

swift/integration-tests/hello-world/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
run_codeql_database_create([
44
'swift package clean',
55
'swift build'
6-
], lang='swift', keep_trap=True)
6+
], lang='swift')

0 commit comments

Comments
 (0)