Add SSH_PORT info
This commit is contained in:
parent
8ef2262421
commit
b95e75aa0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue