]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
vm.yml: fix solaris PAM tests
authorRenaud Allard <renaud@allard.it>
Sat, 21 Mar 2026 18:23:04 +0000 (19:23 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 29 Apr 2026 23:28:17 +0000 (09:28 +1000)
Add missing SSHD_CONFOPTS="UsePam yes" to the solaris PAM test
step so it actually tests PAM functionality instead of re-running
the default tests with a PAM-enabled binary.

.github/workflows/vm.yml

index 5d12fb9e52e22960e52cc98cba742ef601ee8529..11edae16b26cb961bb6f6cc5ac0181817c8c5f7c 100644 (file)
@@ -466,5 +466,5 @@ jobs:
       shell: solaris {0}
       run: |
         cd $GITHUB_WORKSPACE
-        sudo -u builder make tests
+        sudo -u builder env SSHD_CONFOPTS="UsePam yes" make tests