summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-remove-depends
Commit message (Collapse)AuthorAgeFilesLines
* Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode2019-09-191-0/+29
Using --force-depends causes dpkg to continue removing packages a package depends upon even if that package fails to be removed, because dpkg turns off all sanity checks. So we gotta tell dpkg to stop immediately if there's an error removing stuff. Closes: #935910 LP: #1844634