From a4322c624f5047123c5b8806f7e9222bfa89568f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 1 Jun 2023 22:00:40 +0200 Subject: [PATCH] Fix gravity in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/test_any_automated_install.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/test_any_automated_install.py b/test/test_any_automated_install.py index 3626ce6f..c1ef8af3 100644 --- a/test/test_any_automated_install.py +++ b/test/test_any_automated_install.py @@ -79,6 +79,11 @@ def test_installPihole_fresh_install_readableFiles(host): host.run("command -v apt-get > /dev/null && apt-get install -qq man") host.run("command -v dnf > /dev/null && dnf install -y man") host.run("command -v yum > /dev/null && yum install -y man") + # Workaround to get FTLv6 installed until it reaches master branch + host.run(""" + echo "new/http" > /etc/pihole/ftlbranch + """ + ) install = host.run( """ export TERM=xterm