From 3fb0ebf1e9dea4063aabd735319600fa4273466a Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 16 May 2023 09:18:00 +0200 Subject: [PATCH] apt no qq --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 96f2208974..62880a5c9f 100644 --- a/tasks.py +++ b/tasks.py @@ -221,7 +221,7 @@ def install_auth_test_deps(c, backend): # FIXME: rename this, we do way more tha extra=[] for b in backend: extra.extend(auth_backend_test_deps[b]) - c.sudo('apt-get -y -qq install ' + ' '.join(extra+auth_test_deps)) + c.sudo('apt-get -y install ' + ' '.join(extra+auth_test_deps)) c.run('chmod +x /opt/pdns-auth/bin/* /opt/pdns-auth/sbin/*') # c.run('''if [ ! -e $HOME/bin/jdnssec-verifyzone ]; then -- 2.47.2