orville/orville-postgresql-legacy/scripts/up.sh
Trevis Elser 7be129e056 Moves the HDBC based orville-postgresql to be named orville-postgresql-legacy
This makes room to name the libpq version without a suffix. That is
expressly not done at this point so that documentation can be
regenerated. This allows users of the legacy version to be informed
they should update any bookmarks they may have without the
documentation simply changing silently under them.
2023-08-28 13:39:48 -04:00

11 lines
527 B
Bash
Executable File

#!/bin/sh
# dev is specified here so that docker-compose up will only attached to the dev
# container and not the db container. A number of the tests produce errors logs
# in the database container which are expected for negative testing (e.g.
# primary key violations, not null violations). These logs end up interspersed
# throughout the test results, which is annoying. If you need to see the logs
# for debugging, you can run `docker-compose logs testdb`, or just run
# `docker-compose up` directly.
docker-compose up dev