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 357d5cc commit b9bb7d2Copy full SHA for b9bb7d2
dsc/tests/dsc_tracing.tests.ps1
@@ -83,7 +83,7 @@ Describe 'tracing tests' {
83
"@
84
85
$out = (dsc -l $level config get -i $configYaml 2> $null) | ConvertFrom-Json
86
- $out.results[0].result.actualState.level | Should -BeExactly $level
+ $out.results[0].result.actualState.level | Should -BeExactly $level -Because ($out | Out-String)
87
}
88
89
It 'Pass-through tracing should only emit JSON for child processes' {
0 commit comments