boulder/test/db-common.sh

14 lines
194 B
Bash

# Common variables used by Goose-related scripts.
function die() {
if [ ! -z "$1" ]; then
echo $1 > /dev/stderr
fi
exit 1
}
SERVICES="sa
policy"
DBENVS="development
test
integration"