Update README-tests.md

This commit is contained in:
Michael Klishin 2016-03-26 05:31:13 -07:00
parent 5a389b83d3
commit 04660b050f
1 changed files with 3 additions and 5 deletions

View File

@ -7,10 +7,8 @@ predefined objects inside. If there's no LDAP server running on port
On a Debian-based distro you can set up a LDAP server
and run the tests with:
./example/setup.sh
make tests
./example/setup.sh && make tests
but be aware that this will wipe out your local OpenLDAP installation.
IMPORTANT: this will wipe out your local OpenLDAP installation!
Poke around in example/ if using any other distro, you can probably
make it work.
See the `example` for more details about the setup and seed data.