diff --git a/runTests b/runTests index 9c553494e..0303cd5c0 100755 --- a/runTests +++ b/runTests @@ -63,6 +63,9 @@ while ! mysqladmin ping -h"${MYSQL_IP}" --silent; do sleep 1 done +echo "=> Ensure local base image" +docker pull cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92 + echo "=> Create iptables blocklist" sudo ipset create cloudron_blocklist hash:net || true diff --git a/src/test/checkInstall b/src/test/checkInstall index 2a58ac5ce..1c4851ee9 100755 --- a/src/test/checkInstall +++ b/src/test/checkInstall @@ -23,6 +23,7 @@ scripts=("${SOURCE_DIR}/src/scripts/clearvolume.sh" \ "${SOURCE_DIR}/src/scripts/starttask.sh" \ "${SOURCE_DIR}/src/scripts/stoptask.sh" \ "${SOURCE_DIR}/src/scripts/rmmailbox.sh" \ + "${SOURCE_DIR}/src/scripts/setblocklist.sh" \ "${SOURCE_DIR}/src/scripts/configurelogrotate.sh") for script in "${scripts[@]}"; do