Skip to content

Commit bbb76f5

Browse files
committed
increase debug of failing pester test
1 parent a88ae8d commit bbb76f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regress/pesterTests/CertAuth.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Describe "E2E scenarios for certificate authentication" -Tags "CI" {
7070
$pcOutFile = Join-Path $testDir "$tC.$tI.pcout.txt"
7171
$logFile = Join-Path $testDir "$tC.$tI.log.txt"
7272
Remove-Item -Force $pcOutFile -ErrorAction SilentlyContinue
73-
$sshdArgs = "-d -f $sshdconfig -E $logFile -o `"AuthorizedKeysFile .fake/authorized_keys`""
73+
$sshdArgs = "-ddd -f $sshdconfig -E $logFile -o `"AuthorizedKeysFile .fake/authorized_keys`""
7474
$sshdArgs += " -o `"AuthorizedPrincipalsCommand=$env:windir\system32\cmd.exe /c echo otheruser& echo $pkuser& whoami > $pcOutFile`""
7575
$sshdArgs += " -o `"AuthorizedPrincipalsCommandUser=$ssouser`""
7676
$sshdArgs += " -o PasswordAuthentication=no"

0 commit comments

Comments
 (0)