Skip to content

Commit cc2dbb4

Browse files
committed
CI: Add some powershell debugging options
1 parent 6a3d0c3 commit cc2dbb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pwsh_module/command.tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Describe "test bolt command syntax" {
7171
}
7272

7373
It "has correct number of parameters" {
74+
Write-Host "Values under test:" ($command.Parameters.Values | Where-Object {
75+
$_.name -notin $common
76+
} | measure-object)
7477
($command.Parameters.Values | Where-Object {
7578
$_.name -notin $common
7679
} | measure-object).Count | Should -Be 35

0 commit comments

Comments
 (0)