Add SSH_PORT info

This commit is contained in:
Orsiris de Jong 2023-06-10 12:31:14 +02:00
parent 8ef2262421
commit b95e75aa0b
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ function oneTimeSetUp () {
# Get default ssh port from env
if [ "$SSH_PORT" == "" ]; then
SSH_PORT=22
echo "Running with SSH_PORT=${SSH_PORT}"
fi
# Setup modes per test