test.sh 336 B

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