Skip to content

Commit 8da5b0b

Browse files
committed
Add tracing level for Windows PowerShell
1 parent a4b4a86 commit 8da5b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/Tests/win_powershellgroup.tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ resources:
224224
UserName: 'User'
225225
OtherProperty: 'Password'
226226
"@
227-
$out = dsc -l trace config get -i $yaml 2>&1 | Out-String
227+
dsc -l trace config get -i $yaml
228228
$out = dsc -l trace config get -i $yaml 2>&1 | Out-String
229229
$LASTEXITCODE | Should -Be 2
230230
$out | Should -Not -BeNullOrEmpty

0 commit comments

Comments
 (0)