Skip to content

Commit 85908cc

Browse files
committed
Add more detailed logging for corelibs foundation
1 parent 6a13c37 commit 85908cc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

utils/build.ps1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,7 @@ if ($AndroidSDKs.Length -gt 0) {
195195
$Android = $true
196196
}
197197

198-
if ($Test -contains "*") {
199-
# Explicitly don't include llbuild yet since tests are known to fail on Windows
200-
$Test = @("lld", "lldb", "swift", "dispatch", "foundation", "xctest", "swift-format", "sourcekit-lsp")
201-
}
198+
$Test = @("foundation")
202199

203200
## Declare static build and build tool parameters.
204201

@@ -2557,7 +2554,8 @@ function Test-Foundation {
25572554
-Src $SourceCache\swift-corelibs-foundation `
25582555
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
25592556
-Platform $BuildPlatform `
2560-
-Configuration $FoundationTestConfiguration
2557+
-Configuration $FoundationTestConfiguration `
2558+
-v
25612559
}
25622560
}
25632561

0 commit comments

Comments
 (0)