Skip to content

Commit ce6bbdd

Browse files
Drop summary flag from lit args to dump passed tests as well
1 parent 63ddfb6 commit ce6bbdd

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
@@ -2093,6 +2093,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
20932093
$PlatformDefines += @{
20942094
SWIFT_INCLUDE_TESTS = "YES";
20952095
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";
2096+
LLVM_LIT_ARGS = "-vv";
20962097
}
20972098
}
20982099

0 commit comments

Comments
 (0)