Skip to content

Commit 62d709e

Browse files
committed
Swift: update integration tests to not use the integrated driver
1 parent 81c380a commit 62d709e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

swift/ql/integration-tests/osx/hello-ios/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
def test(codeql, swift, xcode_16):
88
codeql.database.create(
99
command="xcodebuild build "
10-
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
10+
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO "
11+
"SWIFT_USE_INTEGRATED_DRIVER=NO",
1112
)

swift/ql/integration-tests/osx/hello-xcode/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ def test(codeql, swift, xcode_all):
99
command="xcodebuild build "
1010
"-project codeql-swift-autobuild-test.xcodeproj "
1111
"-target codeql-swift-autobuild-test "
12-
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
12+
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO "
13+
"SWIFT_USE_INTEGRATED_DRIVER=NO",
1314
)

0 commit comments

Comments
 (0)