Skip to content

Commit b9bb7d2

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add tracing to an intermittent failing test
1 parent 357d5cc commit b9bb7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_tracing.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Describe 'tracing tests' {
8383
"@
8484

8585
$out = (dsc -l $level config get -i $configYaml 2> $null) | ConvertFrom-Json
86-
$out.results[0].result.actualState.level | Should -BeExactly $level
86+
$out.results[0].result.actualState.level | Should -BeExactly $level -Because ($out | Out-String)
8787
}
8888

8989
It 'Pass-through tracing should only emit JSON for child processes' {

0 commit comments

Comments
 (0)