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.
1 parent 5274ec5 commit 9c6c541Copy full SHA for 9c6c541
utils/build.ps1
@@ -2180,7 +2180,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
2180
throw "LIT test utilities not found in $CompilersBinaryCache\bin"
2181
}
2182
2183
- Isolate-EnvVars {
+ Invoke-IsolatingEnvVars {
2184
# Filter known issues when testing on Windows
2185
Load-LitTestOverrides $PSScriptRoot/windows-swift-android-lit-test-overrides.txt
2186
$env:Path = "$(Get-CMarkBinaryCache $Arch)\src;$(Get-PinnedToolchainRuntime);${env:Path};$UnixToolsBinDir"
0 commit comments