Skip to content

Commit f14c5f1

Browse files
Drop summary flag from lit args to dump passed tests as well
1 parent 6efd033 commit f14c5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
20472047
$PlatformDefines += @{
20482048
SWIFT_INCLUDE_TESTS = "YES";
20492049
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";
2050+
LLVM_LIT_ARGS = "-vv";
20502051
}
20512052
}
20522053

0 commit comments

Comments
 (0)