summaryrefslogtreecommitdiff
path: root/test/integration/test-policy-pinning
Commit message (Collapse)AuthorAgeFilesLines
* add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-121-4/+4
| | | | | | | | | | For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore
* update the test to ensure that NotAutomatic and co is used alsoDavid Kalnischkies2011-09-151-8/+50
| | | | | if the archive is signed, but the signature can't be checked as the key is missing (debbugs #597301 - fix in r2105)
* remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-7/+0
| | | invalid in most cases anyway
* tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-131-1/+1
| | | | funtions (bash complains)
* * apt-pkg/policy.cc:David Kalnischkies2010-09-141-0/+228
- support 100-pinning in Release file with ButAutomaticUpgrades as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades