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
|
# Get default ssh port from env
|
||||||
if [ "$SSH_PORT" == "" ]; then
|
if [ "$SSH_PORT" == "" ]; then
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
|
echo "Running with SSH_PORT=${SSH_PORT}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup modes per test
|
# Setup modes per test
|
||||||
|
|
Loading…
Reference in New Issue