test.sh 322 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/tools/run.sh
  6. run_test tools/build-container.sh "Successfully built"
  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