summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-download
AgeCommit message (Collapse)Author
2014-01-17improve stdout/stderr usage correctness in test frameworkDavid Kalnischkies
Also adds a friendly note about how many tests were run/passed so that the end of the testrun isn't all that negative by just showing fails. (It now tells us that we have 111 tests at the moment!) Git-Dch: Ignore
2013-10-03use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies
With a bit of trickery we can reuse the usual infrastructure we have in place to acquire deb files for the 'download' operation as well, which gains us authentification check & display, error messages, correct filenames and "downloads" from the root-owned archives.
2013-03-25merge patches from daniel to fix merge artifact and test failureMichael Vogt
2012-06-18* cmdline/apt-get.cc:David Kalnischkies
- print a friendly message in 'download' if a package can't be downloaded (Closes: #677887)
2011-10-11run apt-get download in quiet mode as it messes with output otherwiseDavid Kalnischkies
2011-02-07implement --print-uris for download commandDavid Kalnischkies