Skip to content

Commit

Permalink
test debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed Dec 12, 2024
1 parent 78356ed commit 0064fde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dsc/tests/dsc_resource_list.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ Describe 'Tests for listing resources' {
}

It 'json progress for resource subcommand' {
dsc resource list -o json -a * 2> $TestDrive/ErrorStream.txt
dsc resource list -o json -a '*' 2> $TestDrive/ErrorStream.txt
$LASTEXITCODE | Should -Be 0
$lines = Get-Content $TestDrive/ErrorStream.txt
$lines | Out-Host
$ProgressMessagesFound = $False
foreach ($line in $lines) {
if ($line.Contains("activity")) { # if line is a progress message
Expand Down

0 comments on commit 0064fde

Please sign in to comment.