summaryrefslogtreecommitdiff
path: root/debian/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Depend on libfile-fcntllock-perl to shut up dpkg-gencontrolJulian Andres Klode2015-12-141-1/+2
| | | | | | | | | | | Ubuntu's autopkgtest server always prints dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe which is somewhat annoying. Work around that by depending on that perl stuff for the test suite. Gbp-Dch: ignore
* autopkgtest: use the quiet mode as for travis and coDavid Kalnischkies2015-11-281-1/+1
| | | | Git-Dch: Ignore
* tests: don't use hardcoded port for http and httpsDavid Kalnischkies2015-09-151-1/+1
| | | | | | This allows running tests in parallel. Git-Dch: Ignore
* sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies2015-05-111-0/+1
| | | | | | | | | | dpkg and dak know various field names and order them in their output, while we have yet another order and have to play catch up with them as we are sitting between chairs here and neither order is ideal for us, too. A little testcase is from now on supposed to help ensureing that we do not derivate to far away from which fields dpkg knows and orders.
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-0/+1
| | | | | | | By convention, if I run a tool with --help or --version I expect it to exit successfully with the usage, while if I do call it wrong (like without any parameters) I expect the usage message shown with a non-zero exit.
* add gnupg and gnupg2 as test-dependencyDavid Kalnischkies2014-09-271-2/+2
| | | | | | | apt can work with both, so it has an or-dependency on them, but the tests want to play with both of them. Git-Dch: Ignore
* Run autopkgtest tests with "env -i" to avoid pollution from the host envMichael Vogt2014-09-031-1/+3
| | | | Closes: #759655
* Use @builddeps@ in the debian/tests/control fileMichael Vogt2014-07-171-1/+1
|
* build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover2014-07-081-1/+1
|
* fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver testsMichael Vogt2014-06-111-1/+1
|
* fix autopkgtest testsMichael Vogt2014-06-112-1/+2
|
* correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies2014-03-131-0/+1
| | | | | | | Mostly ensures that we use the build methods and not the system provided methods in the tests (if we don't want it that way). Git-Dch: Ignore
* unset LANGUAGE in the testing framework directlyDavid Kalnischkies2014-03-131-3/+0
| | | | Git-Dch: Ignore
* initial version of apt-helperMichael Vogt2014-02-271-0/+1
|
* Bug#739988: Fix autopkgtest missing dependencies and localeMartin Pitt2014-02-252-1/+4
| | | | | | | | debian/tests/control: Add missing build-essential, fakeroot, and wget test dependencies. debian/tests/run-tests: Pin locale to C to avoid test failures in other locales.
* add missing libdb-dev to debian/tests/controlMichael Vogt2014-02-221-1/+1
|
* use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵Michael Vogt2014-02-132-5/+3
| | | | debian/tests/run-tests
* run autopkgtest against the installed aptMichael Vogt2013-12-131-3/+14
|
* add autopkgtestMichael Vogt2013-11-292-0/+9