mirror of
https://github.com/github/codeql.git
synced 2026-07-22 03:32:03 +02:00
Swift: update integration tests to not use the integrated driver
This commit is contained in:
@@ -7,5 +7,6 @@ import pytest
|
||||
def test(codeql, swift, xcode_16):
|
||||
codeql.database.create(
|
||||
command="xcodebuild build "
|
||||
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
|
||||
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO "
|
||||
"SWIFT_USE_INTEGRATED_DRIVER=NO",
|
||||
)
|
||||
|
||||
@@ -9,5 +9,6 @@ def test(codeql, swift, xcode_all):
|
||||
command="xcodebuild build "
|
||||
"-project codeql-swift-autobuild-test.xcodeproj "
|
||||
"-target codeql-swift-autobuild-test "
|
||||
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
|
||||
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO "
|
||||
"SWIFT_USE_INTEGRATED_DRIVER=NO",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user