diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-05-09 01:22:50 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-05-09 01:25:55 +0200 |
commit | 0c8171d7c52a46a719382ee7ed67451213f608ec (patch) | |
tree | 38b23d20f6cbb8f18b2a1a77701c57d064508f5a /test/integration/framework | |
parent | eb0d90f08d6a6f2ee334a94f8fb45c776f5bcd6e (diff) |
tests: be able to disable "Fetched …" statistics message
The line contains everchanging execution statistics which is harmful for
testcases as they need to filter out such lines, but this is hard so we
can just add an option to disable them instead and be done.
Git-Dch: Ignore
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index ab1274d9c..9cdc31e23 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -226,6 +226,7 @@ setupenvironment() { fi echo "DPKG::options:: \"--log=${TMPWORKINGDIRECTORY}/rootdir/var/log/dpkg.log\";" >> aptconfig.conf echo 'quiet::NoUpdate "true";' >> aptconfig.conf + echo 'quiet::NoStatistic "true";' >> aptconfig.conf echo "Acquire::https::CaInfo \"${TESTDIR}/apt.pem\";" > rootdir/etc/apt/apt.conf.d/99https echo "Apt::Cmd::Disable-Script-Warning \"1\";" > rootdir/etc/apt/apt.conf.d/apt-binary configcompression '.' 'gz' #'bz2' 'lzma' 'xz' |