2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00

Enabled remote host ping when not testing on travis

This commit is contained in:
deajan 2016-12-23 21:25:04 +01:00
parent 07daa13517
commit 9fd881647a

View File

@ -7,7 +7,7 @@
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2016122301
# osync test suite 2016122302
# 4 tests:
# quicklocal
@ -201,11 +201,13 @@ function oneTimeSetUp () {
REMOTE_USER="travis"
RHOST_PING="no"
SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_3RD_PARTY_HOSTS" ""
SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_HOST_PING" "no"
else
echo "Running with local settings"
REMOTE_USER="root"
RHOST_PING="yes"
SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_3RD_PARTY_HOSTS" "\"www.kernel.org www.google.com\""
SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_HOST_PING" "yes"
fi
# Get default ssh port from env