]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
apt no qq
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 16 May 2023 07:18:00 +0000 (09:18 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 16 May 2023 07:18:00 +0000 (09:18 +0200)
tasks.py

index 96f22089744b98a0da1fff383cbde3bd333e729d..62880a5c9fc810317b295e6a245bc6a2c1ab4bf1 100644 (file)
--- 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