Skip to content

Commit 35309fd

Browse files
committed
debug
1 parent b038e25 commit 35309fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tox.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Prepare Integration
4949
run: |
5050
sudo -E ./scripts/prepare-integration.sh
51+
set -x
5152
echo spammer | pamtester -v login pammer authenticate
5253
5354
- name: Test

scripts/prepare-integration.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ apt-get install -y whois pamtester
2525

2626
create_user
2727

28+
set -x
2829
echo ${TESTPASSWD} | pamtester -v login ${TESTUSER} authenticate

0 commit comments

Comments
 (0)