We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b038e25 commit 35309fdCopy full SHA for 35309fd
.github/workflows/tox.yaml
@@ -48,6 +48,7 @@ jobs:
48
- name: Prepare Integration
49
run: |
50
sudo -E ./scripts/prepare-integration.sh
51
+ set -x
52
echo spammer | pamtester -v login pammer authenticate
53
54
- name: Test
scripts/prepare-integration.sh
@@ -25,4 +25,5 @@ apt-get install -y whois pamtester
25
26
create_user
27
28
+set -x
29
echo ${TESTPASSWD} | pamtester -v login ${TESTUSER} authenticate
0 commit comments