Skip to content

Commit 70f17ce

Browse files
Add debug logs
1 parent 8066979 commit 70f17ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/DscResource/PSResourceGetDSCResource.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ function SetupDsc {
3535

3636
$env:PATH += "$pathSeparator$resourcePath"
3737

38-
$moduleToTest = Join-Path $resourcePath 'Microsoft.PowerShell.PSResource.psd1'
38+
$moduleToTest = Join-Path $resourcePath 'Microsoft.PowerShell.PSResourceGet.psd1'
3939

4040
if (-not (Test-Path -Path $moduleToTest)) {
41+
Get-ChildItem $resourcePath -Recurse| Write-Verbose -Verbose
4142
throw "Module to test not found: $moduleToTest"
4243
}
4344

0 commit comments

Comments
 (0)