diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-11-19 16:00:33 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-19 17:13:56 +0100 |
commit | 87d6947d51717e8b0e975d913986161598a7259a (patch) | |
tree | aa7dfd6a63cbfffd75ace2bafc00589449aa02e6 /test/integration/test-parse-all-archs-into-cache | |
parent | bc7a59dded57338e9b5e523726b246dbdd4e0935 (diff) |
tests: use quiet level 0 by default in tests
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-parse-all-archs-into-cache')
-rwxr-xr-x | test/integration/test-parse-all-archs-into-cache | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/integration/test-parse-all-archs-into-cache b/test/integration/test-parse-all-archs-into-cache index 7741563e3..f2a349b5d 100755 --- a/test/integration/test-parse-all-archs-into-cache +++ b/test/integration/test-parse-all-archs-into-cache @@ -47,8 +47,10 @@ Inst foo (1 unstable [i386]) Conf libfoo1 (1 unstable [i386]) Conf foo (1 unstable [i386])' aptget install foo -s -testsuccessequal 'Reading package lists... +testsuccessequal "Reading package lists... Building dependency tree... +Selected version '2' (experimental [i386]) for 'foo' +Selected version '2' (experimental [i386]) for 'libfoo1' because of 'foo' The following additional packages will be installed: libfoo1 The following packages will be REMOVED: @@ -61,7 +63,7 @@ Remv libfoo1:amd64 [1] Inst libfoo1 (2 experimental [i386]) Inst foo (2 experimental [i386]) Conf libfoo1 (2 experimental [i386]) -Conf foo (2 experimental [i386])' aptget install foo/experimental -s +Conf foo (2 experimental [i386])" aptget install foo/experimental -s testsuccessequal 'Reading package lists... Building dependency tree... |