mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-12 12:26:24 -04:00
travis-ci: Detect LDAP config
This commit is contained in:
parent
650d396186
commit
0eee69714d
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ install:
|
|||
before_script:
|
||||
# ensure we have a test database in place for tests
|
||||
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
||||
# Detect LDAP configuration (seems volatile on trusty env)
|
||||
- sed -e 's/cn=admin,dc=nodomain/'$(sudo /usr/sbin/slapcat|grep ^dn:|grep cn=|awk '{print $2}')'/' -i plugins/t/NPTest.cache.travis
|
||||
- tools/setup
|
||||
- ./configure --enable-libtap
|
||||
- make
|
||||
|
|
|
|||
Loading…
Reference in a new issue