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 1614fce commit 42c8b26Copy full SHA for 42c8b26
resources/apt/test/apt.tests.ps1
@@ -27,7 +27,7 @@ Describe 'Apt resource tests' {
27
if (-not $aptExists) {
28
Set-ItResult -Skip -Because "Apt not found"
29
}
30
- $out = dsc config get -p $yamlPath 2> "$TestDrive/stderr.txt" | ConvertFrom-Json -Depth 10
+ $out = dsc -l trace config get -p $yamlPath 2> "$TestDrive/stderr.txt" | ConvertFrom-Json -Depth 10
31
$LASTEXITCODE | Should -Be 0 -Because (Get-Content "$TestDrive/stderr.txt")
32
$exists = $null -ne (Get-Command $pkgName -CommandType Application -ErrorAction Ignore)
33
$observed = $out.results[1].result.actualState._exist
0 commit comments