From b30deb26ed41aa03294fa54c54351c116133009e Mon Sep 17 00:00:00 2001 From: Lubos Mjachky Date: Wed, 21 Aug 2024 10:31:52 +0200 Subject: [PATCH] Print postgres versions [noissue] --- images/s6_assets/test.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/images/s6_assets/test.sh b/images/s6_assets/test.sh index 8dea24d7..116bae10 100755 --- a/images/s6_assets/test.sh +++ b/images/s6_assets/test.sh @@ -16,6 +16,7 @@ trap cleanup EXIT # buildah & skopeo (pulp_container does) start_container_and_wait() { + podman run --detach \ --publish 8080:$port \ --name pulp \ @@ -27,6 +28,12 @@ start_container_and_wait() { -e PULP_DEFAULT_ADMIN_PASSWORD=password \ -e PULP_HTTPS=${pulp_https} \ "$1" + + echo ::group::VERSIONSPSQL + podman exec -it pulp bash 'pg_config --version' + podman exec -it pulp bash -c 'psql --version' + echo ::endgroup:: + sleep 10 for _ in $(seq 30) do