Skip to content

Commit 28274b2

Browse files
Drop summary flag from lit args to dump passed tests as well
1 parent 7994959 commit 28274b2

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
@@ -2089,6 +2089,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
20892089
$PlatformDefines += @{
20902090
SWIFT_INCLUDE_TESTS = "YES";
20912091
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";
2092+
LLVM_LIT_ARGS = "-vv";
20922093
}
20932094
}
20942095

0 commit comments

Comments
 (0)