run-full-dev-tests 496 B

1234567891011121314
  1. #!/bin/sh
  2. # This script is for running all tests, including end-to-end tests, on a developer machine. It sets
  3. # up database containers to run tests against, runs the tests, and then tears down the containers.
  4. #
  5. # Run this script from the root directory of the borgmatic source.
  6. #
  7. # For more information, see:
  8. # https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/
  9. set -e
  10. docker-compose --file tests/end-to-end/docker-compose.yaml up --force-recreate \
  11. --abort-on-container-exit