Skip to content

Commit 9129ea6

Browse files
authored
Changes $configuration.Run.PassThru to $True (#52)
1 parent b1efdb7 commit 9129ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellBuild/Public/Test-PSBuildPester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function Test-PSBuildPester {
7777
Import-Module Pester -MinimumVersion 5.0.0
7878
$configuration = [PesterConfiguration]::Default
7979
$configuration.Output.Verbosity = 'Detailed'
80-
$configuration.Run.PassThru = $false
80+
$configuration.Run.PassThru = $true
8181
$configuration.TestResult.Enabled = -not [string]::IsNullOrEmpty($OutputPath)
8282
$configuration.TestResult.OutputPath = $OutputPath
8383
$configuration.TestResult.OutputFormat = $OutputFormat

0 commit comments

Comments
 (0)