We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267d734 commit e48d8c9Copy full SHA for e48d8c9
1 file changed
test/DscResource/PSResourceGetDSCResource.Tests.ps1
@@ -346,7 +346,7 @@ Describe 'E2E tests for PSResourceList resource' -Tags 'CI' {
346
}
347
348
$configPath = Join-Path -Path $PSScriptRoot -ChildPath 'configs/psresourcegetlist.install.dsc.yaml'
349
- & $script:dscExe config set -f $configPath
+ & $script:dscExe -l trace config set -f $configPath
350
351
$psresource = Get-PSResource -Name 'testmodule99' -ErrorAction SilentlyContinue -Version '0.0.93'
352
$psresource.Name | Should -Be 'testmodule99'
0 commit comments