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 f81e902 + a69b2d0 commit 949f7d5Copy full SHA for 949f7d5
Sources/TSCTestSupport/Product.swift
@@ -89,6 +89,8 @@ extension Product {
89
#if Xcode
90
// Unset these variables which causes issues when running tests via Xcode.
91
environment["XCTestConfigurationFilePath"] = nil
92
+ environment["XCTestSessionIdentifier"] = nil
93
+ environment["XCTestBundlePath"] = nil
94
environment["NSUnbufferedIO"] = nil
95
#endif
96
// FIXME: We use this private environment variable hack to be able to
0 commit comments