mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
test/apiv2: Log correct port in start/stop_registry
Signed-off-by: Marek Simek <msimek@redhat.com>
This commit is contained in:
parent
4cb705bfe9
commit
af6d76481f
1 changed files with 2 additions and 2 deletions
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue