summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-upgrade
Commit message (Collapse)AuthorAgeFilesLines
* 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".