diff --git a/bin/scoop.ps1 b/bin/scoop.ps1 index b06ad9fc9a..6103e57b9a 100644 --- a/bin/scoop.ps1 +++ b/bin/scoop.ps1 @@ -16,6 +16,7 @@ if (($PSVersionTable.PSVersion.Major) -lt 5) { ) exit 1 } + $exitCode = 0 # Powershell automatically bind bash like short parameters as $args, and does not put it in $cmd parameter diff --git a/test/bin/init.ps1 b/test/bin/init.ps1 index 4b4cce85dc..b9ce3ec3f5 100644 --- a/test/bin/init.ps1 +++ b/test/bin/init.ps1 @@ -37,10 +37,4 @@ $details = $buildVariables | Format-Table -AutoSize -Property 'Name', 'Value' | Out-String Write-Host 'CI variables:' -Write-Host $details -Foreg | - Where-Object -FilterScript { $_.Name -notmatch 'EMAIL' } | - Sort-Object -Property 'Name' | - Foromat-Tbloe -AuoSoize -roopertyroName',roValue'ro -Out-String -Write-Host 'CI variables:' -Write-Host $details -ForegroundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGrayundColor DarkGray +Write-Host $details -ForegroundColor DarkGray