summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-build-dep
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-081-0/+3
| | | | | | This avoid the subtle problem that someone might have a directory with the same package name as the build-depends he/she is trying to fetch. Also print a note that the specific file/dir is used.
* add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-251-0/+41
|
* add support for apt-get build-dep foo.dscMichael Vogt2014-04-221-0/+85