From 2f6557b96c08c1adebf3b1e292ae636a27f624d0 Mon Sep 17 00:00:00 2001
From: David Kalnischkies <kalnischkies@gmail.com>
Date: Tue, 30 Nov 2010 18:57:42 +0100
Subject: add the possibility to disable only the progress reporting stuff as
 the quiet level 1 does this, but also disables other stuff we might want to
 test against in a testcase

---
 doc/examples/configure-index | 1 +
 1 file changed, 1 insertion(+)

(limited to 'doc/examples')

diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index c4c2acb64..6c078d75f 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -17,6 +17,7 @@
 */
 
 quiet "0";
+quiet::NoUpdate "true"; // never update progress information - included in -q=1
 
 // Options for APT in general
 APT 
-- 
cgit v1.2.3