summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-upgrade
Commit message (Collapse)AuthorAgeFilesLines
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-10/+3
| | | | | | | 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
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-3/+3
| | | | | | | | 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
* skip test if "apt" is not buildMichael Vogt2014-02-221-0/+7
|
* move isatty() check into InitOutput()Michael Vogt2014-02-051-4/+2
|
* add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-241-0/+34
There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs".