mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 02:34:31 +01:00
more logs
This commit is contained in:
parent
76c666fbd3
commit
4321d48dc2
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user