From af6d76481fa6671b6953183b548cd5f4cc85b252 Mon Sep 17 00:00:00 2001 From: Marek Simek Date: Mon, 18 May 2026 14:26:01 +0200 Subject: [PATCH] test/apiv2: Log correct port in start/stop_registry Signed-off-by: Marek Simek --- test/apiv2/test-apiv2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2 index 6d7857d212..689f9d85b7 100755 --- a/test/apiv2/test-apiv2 +++ b/test/apiv2/test-apiv2 @@ -580,7 +580,7 @@ function start_registry() { ${REGISTRY_IMAGE} wait_for_port localhost $REGISTRY_PORT 10 - echo "# started registry (auth=$auth) on port $PORT" + echo "# started registry (auth=$auth) on port $REGISTRY_PORT" } function stop_registry() { @@ -595,7 +595,7 @@ function stop_registry() { if [[ "$1" = "--cleanup" ]]; then podman $OPTS rmi -f -a fi - echo "# stopped registry on port $PORT" + echo "# stopped registry on port $REGISTRY_PORT" fi REGISTRY_PORT=