From 0947125a03bedeb9cecb1efcaef3e4cc413df684 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 13 Jul 2021 11:13:16 +0200 Subject: [PATCH] Some more test fixes --- runTests | 3 +++ src/test/checkInstall | 1 + 2 files changed, 4 insertions(+) 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