Another attempt to fix PAM auth

This commit is contained in:
Lauri Võsandi 2017-04-25 22:29:49 +03:00
parent b0f5306297
commit 316fe7aba0
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ install:
script:
- sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
- sudo usermod -a -G shadow $USER
- sudo -E su $USER -c 'py.test --cov-report xml --cov=certidude tests/'
- sudo chmod 755 /etc/shadow
- py.test --cov-report xml --cov=certidude tests/
cache:
directories:
- $HOME/.cache/pip