You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test helpers: do not use default build system (#8975)
Many of the `executeSwift*` command helpers accept a build system
provider, which was defaulted to the native build system. Since we are
augmenting the tests to also run against the SwiftBuild, setting a
default value may lead to an undesirable test behaviour.
Update all the `executeSwift*` commands to no set a default build system
provider.
Copy file name to clipboardExpand all lines: Tests/BuildTests/PluginsBuildPlanTests.swift
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ final class PluginsBuildPlanTests: XCTestCase {
21
21
tryXCTSkipOnWindows(because:"Fails to build the project to due to incorrect Path handling. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511")
22
22
23
23
tryawaitfixtureXCTest(name:"Miscellaneous/Plugins/MySourceGenPlugin"){ fixturePath in
0 commit comments