1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-25 02:34:31 +01:00

more logs

This commit is contained in:
kakwa 2015-06-17 20:51:21 +02:00
parent 76c666fbd3
commit 4321d48dc2
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@ install:
- pip install coveralls
# command to run tests
script:
- coverage run --source=ldapcherry setup.py test || cat /var/log/syslog && exit 1
- coverage run --source=ldapcherry setup.py test
after_success:
- coveralls
after_failure:
- sudo cat /var/log/syslog

View File

@ -19,7 +19,7 @@ cfg = {
'userdn' : 'ou=People,dc=example,dc=org',
'binddn' : 'cn=dnscherry,dc=example,dc=org',
'password' : 'password',
'uri' : 'ldap://ldap.ldapcherry.org:390',
'uri' : 'ldap://ldap.dnscherry.org:390',
'ca' : './tests/test_env/etc/ldapcherry/TEST-cacert.pem',
'starttls' : 'off',
'checkcert' : 'off',