From 87d6947d51717e8b0e975d913986161598a7259a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 19 Nov 2015 16:00:33 +0100 Subject: tests: use quiet level 0 by default in tests Git-Dch: Ignore --- test/integration/test-acquire-binary-all | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/integration/test-acquire-binary-all') diff --git a/test/integration/test-acquire-binary-all b/test/integration/test-acquire-binary-all index 478bf1a28..c8f90f26d 100755 --- a/test/integration/test-acquire-binary-all +++ b/test/integration/test-acquire-binary-all @@ -22,7 +22,7 @@ testsuccess grep '_binary-all_Packages' lists.before configarchitecture 'amd64' 'i386' testsuccessequal "All packages are up to date. -N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'file:$(readlink -f ./aptarchive) unstable InRelease' doesn't support architecture 'i386'" apt update -q=0 -o quiet::NoProgress=1 +N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'file:$(readlink -f ./aptarchive) unstable InRelease' doesn't support architecture 'i386'" apt update -o quiet::NoProgress=1 testfileequal lists.before "$(listcurrentlistsdirectory)" testequal 'foo-1 foo-2' aptcache pkgnames foo- @@ -32,8 +32,7 @@ msgmsg 'Releasefile with Architectures field but without all' getarchitecturesfromreleasefile() { echo "$(getarchitectures)"; } generatereleasefiles signreleasefiles -testsuccessequal "All packages are up to date. -N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'file:$(readlink -f ./aptarchive) unstable InRelease' doesn't support architecture 'i386'" apt update -q=0 -o quiet::NoProgress=1 +testsuccessequal 'All packages are up to date.' apt update -o quiet::NoProgress=1 cp rootdir/tmp/testsuccess.output aptupdate.output testfailure grep '^Get.* all Packages ' aptupdate.output testequal 'foo-2' aptcache pkgnames foo- @@ -57,7 +56,7 @@ foo-2' aptcache pkgnames foo- # apt doesn't know supported archs, so missing a configured arch is a failure configarchitecture 'amd64' 'i386' -testfailure apt update -q=0 +testfailure apt update testequal 'foo-1 foo-2' aptcache pkgnames foo- -- cgit v1.2.3