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
Fix issue with running test on windows w/no-parallel (#8676)
The AsyncProcess Tests were using a TSCTestSupport method to temporarily
change the PATH env but seems to have a bug where it removes the
variable instead of restoring resulting in any future test needing PATH
to fail. This switches it to using the similar method that is in SwiftPM
Environment.swift
Copy file name to clipboardExpand all lines: Tests/FunctionalTests/TraitTests.swift
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -328,8 +328,7 @@ final class TraitTests: XCTestCase {
328
328
error: Disabled default traits by package 'disablingemptydefaultsexample' on package 'Package11' that declares no traits. This is prohibited to allow packages to adopt traits initially without causing an API break.
0 commit comments