summaryrefslogtreecommitdiff
path: root/test/integration/test-handling-broken-orgroups
Commit message (Collapse)AuthorAgeFilesLines
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-2/+2
| | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
* Fix the test suite againJulian Andres Klode2015-08-171-4/+4
| | | | Gbp-Dch: ignore
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-1/+1
| | | | | | | | Further abstracting our new ShowList allows to use it for containers of strings as well giving us the option to implement an or-groups display for the recommends and suggests lists which is a nice trick given that it also helps with migrating the last remaining other cases of old ShowList.
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-7/+7
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* * cmdline/apt-get.cc:David Kalnischkies2011-05-171-2/+2
| | | | - do not discard the error messages from the resolver and instead only show the general 'Broken packages' message if nothing else
* if critical or-group can't be satisfied, exit directly.David Kalnischkies2011-05-111-0/+108