Skip to content

Commit 35d20ed

Browse files
authored
Merge pull request #2335 from aciidb0mb3r/unset
[TestSupport] Unset the env variable that allows skipping tests
2 parents 11e94b1 + 91de19c commit 35d20ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/TSCTestSupport/Product.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ extension Product {
9797
environment["SWIFTPM_TESTS_MODULECACHE"] = self.path.parentDirectory.pathString
9898
environment["SDKROOT"] = nil
9999

100+
// Unset the internal env variable that allows skipping certain tests.
101+
environment["_SWIFTPM_SKIP_TESTS_LIST"] = nil
102+
100103
var completeArgs = [path.pathString]
101104
if let packagePath = packagePath {
102105
completeArgs += ["--package-path", packagePath.pathString]

0 commit comments

Comments
 (0)