We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba8fed commit b34eec7Copy full SHA for b34eec7
build.psm1
@@ -329,7 +329,7 @@ function Test-ScriptAnalyzer
329
}
330
else
331
{
332
- $scriptBlock = [scriptblock]::Create("Invoke-Pester -Path $testScripts -OutputFormat NUnitXml -OutputFile $testResultsFile -Show Describe,Summary,Error")
+ $scriptBlock = [scriptblock]::Create("Invoke-Pester -Path $testScripts -OutputFormat NUnitXml -OutputFile $testResultsFile -Show Describe,Summary,Failed")
333
334
if ( $InProcess ) {
335
& $scriptBlock
0 commit comments