Skip to content

Commit e48d8c9

Browse files
Add tracing for windows tests
1 parent 267d734 commit e48d8c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/DscResource/PSResourceGetDSCResource.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Describe 'E2E tests for PSResourceList resource' -Tags 'CI' {
346346
}
347347

348348
$configPath = Join-Path -Path $PSScriptRoot -ChildPath 'configs/psresourcegetlist.install.dsc.yaml'
349-
& $script:dscExe config set -f $configPath
349+
& $script:dscExe -l trace config set -f $configPath
350350

351351
$psresource = Get-PSResource -Name 'testmodule99' -ErrorAction SilentlyContinue -Version '0.0.93'
352352
$psresource.Name | Should -Be 'testmodule99'

0 commit comments

Comments
 (0)