We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e94b1 + 91de19c commit 35d20edCopy full SHA for 35d20ed
Sources/TSCTestSupport/Product.swift
@@ -97,6 +97,9 @@ extension Product {
97
environment["SWIFTPM_TESTS_MODULECACHE"] = self.path.parentDirectory.pathString
98
environment["SDKROOT"] = nil
99
100
+ // Unset the internal env variable that allows skipping certain tests.
101
+ environment["_SWIFTPM_SKIP_TESTS_LIST"] = nil
102
+
103
var completeArgs = [path.pathString]
104
if let packagePath = packagePath {
105
completeArgs += ["--package-path", packagePath.pathString]
0 commit comments