summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-build-dep
AgeCommit message (Collapse)Author
2015-03-16test exitcode as well as string equalityDavid Kalnischkies
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
2014-07-08Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt
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.
2014-04-25add support for apt-get build-dep unpacked-source-dirMichael Vogt
2014-04-22add support for apt-get build-dep foo.dscMichael Vogt