From e7db9a13f7b24e18d3b4e4221c4456b307ef3be7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 3 Mar 2019 16:09:06 +0000 Subject: [PATCH] travis-ci test --- tests/tests_jc2server.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/tests_jc2server.sh b/tests/tests_jc2server.sh index 5f7c4712b..2ae565ba0 100644 --- a/tests/tests_jc2server.sh +++ b/tests/tests_jc2server.sh @@ -268,6 +268,13 @@ if [ "$(whoami)" == "root" ]; then fi fi +# Download the latest serverlist. This is the complete list of all supported servers. +fn_bootstrap_fetch_file_github "lgsm/data" "serverlist.csv" "${datadir}" "nochmodx" "norun" "forcedl" "nomd5" +if [ ! -f "${serverlist}" ]; then + echo "[ FAIL ] serverlist.csv could not be loaded." + exit 1 +fi + # LinuxGSM installer mode. if [ "${shortname}" == "core" ]; then # Download the latest serverlist. This is the complete list of all supported servers.