Skip to content

Commit 72233ee

Browse files
committed
add logging to test
1 parent 89510c5 commit 72233ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/SavePSResourceTests/SavePSResourceV3.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Describe 'Test HTTP Save-PSResource for V3 Server Protocol' -tags 'CI' {
156156
}
157157

158158
It "Save module and its dependencies" {
159-
$res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru
159+
$DebugPreference = 'SilentlyContinue'
160+
$res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Debug -Verbose
160161
$res.Length | Should -Be 4
161162
}
162163

0 commit comments

Comments
 (0)