Skip to content

Commit 6fbe5b1

Browse files
committed
[DNM] Always have verbose SwiftPM logging
1 parent 29c2c2d commit 6fbe5b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,10 +1643,11 @@ function Build-SPMProject {
16431643
}
16441644
Test {
16451645
$ActionName = "test"
1646+
$Arguments += @("-v")
16461647
}
16471648
TestParallel {
16481649
$ActionName = "test"
1649-
$Arguments += @("--parallel")
1650+
$Arguments += @("--parallel", "-v")
16501651
}
16511652
}
16521653

0 commit comments

Comments
 (0)