Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-11 | sync TFRewrite*Order arrays with dpkg and dak | David Kalnischkies | |
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. | |||
2014-11-09 | streamline display of --help in all tools | David Kalnischkies | |
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. | |||
2014-09-27 | add gnupg and gnupg2 as test-dependency | David Kalnischkies | |
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 | |||
2014-09-03 | Run autopkgtest tests with "env -i" to avoid pollution from the host env | Michael Vogt | |
Closes: #759655 | |||
2014-07-17 | Use @builddeps@ in the debian/tests/control file | Michael Vogt | |
2014-07-08 | build: Convert from DebianDoc SGML to DocBook XML | Guillem Jover | |
2014-06-11 | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver tests | Michael Vogt | |
2014-06-11 | fix autopkgtest tests | Michael Vogt | |
2014-03-13 | correct LD_LIBRARY_PATH and config loading for apt-helper | David Kalnischkies | |
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 | |||
2014-03-13 | unset LANGUAGE in the testing framework directly | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-27 | initial version of apt-helper | Michael Vogt | |
2014-02-25 | Bug#739988: Fix autopkgtest missing dependencies and locale | Martin Pitt | |
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. | |||
2014-02-22 | add missing libdb-dev to debian/tests/control | Michael Vogt | |
2014-02-13 | use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵ | Michael Vogt | |
debian/tests/run-tests | |||
2013-12-13 | run autopkgtest against the installed apt | Michael Vogt | |
2013-11-29 | add autopkgtest | Michael Vogt | |