aurweb/docker/tests-entrypoint.sh
moson 9df01a84d7
Test postgres
Signed-off-by: moson <moson@archlinux.org>
2023-11-30 13:06:08 +01:00

7 lines
100 B
Bash
Executable file

#!/bin/bash
set -eou pipefail
dir="$(dirname $0)"
bash $dir/test-postgres-entrypoint.sh
exec "$@"