test-repository.sh 292 B

123456789101112131415
  1. #!/bin/sh
  2. # Usage
  3. # sudo ./test.sh
  4. # add -v for verbose mode (or type whatever you like !) :p
  5. . test/config-repository
  6. . test/tools/run.sh
  7. run_test simple.sh "dn: dc=example,dc=com"
  8. run_test tls.sh "dn: dc=example,dc=com"
  9. run_test db.sh "dn: dc=otherdomain,dc=com"
  10. . test/tools/end.sh