Skip to content

Commit 3811733

Browse files
committed
Pass swift_driver to lit.py so the integrated_driver feature is not present
This reverts commit 93025ab.
1 parent 536cf8a commit 3811733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ final class IntegrationTests: IntegrationTestCase {
184184
litFile.pathString, "-svi", "--time-tests",
185185
"--param", "copy_env=SWIFT_DRIVER_SWIFT_EXEC",
186186
"--param", "swift_site_config=\(litConfigFile.pathString)",
187+
"--param", "swift_driver",
187188
testDir.pathString
188189
]
189190

0 commit comments

Comments
 (0)