summaryrefslogtreecommitdiff
path: root/debian/tests/run-tests
Commit message (Collapse)AuthorAgeFilesLines
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-091-1/+1
| | | | | | | | | We can't cleanup the environment like e.g. sudo would do as you usually want the environment to "leak" into these helpers, but some variables like HOME should really not have still the value of the root user – it could confuse the helpers (USER) and HOME isn't accessible anyhow. Closes: 842877
* debian: make autopkgtest run with CMake build dirJulian Andres Klode2016-08-101-5/+6
|
* CMake: debian: Switch packaging over to CMake and dh 9Julian Andres Klode2016-08-061-0/+1
| | | | | | | | | | | This new packaging is much easier to read, although the duplication in the install files is a bit annoying. We should probably also get rid of the movefiles for solvers, planners, and https method; but then we have to keep track of which methods exist in the apt package. Another disadvantage is that building only the documentation packages also requires building the code, as there's no way to turn off code building in the project.
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-291-1/+1
| | | | | | | | | | | | | | Julian noticed on IRC that I fall victim to a lovely false friend by calling referring to a 'planer' all the time even through these are machines to e.g. remove splinters from woodwork ("make stuff plane"). The term I meant is written in german in this way (= with a single n) but in english there are two, aka: 'planner'. As that is unreleased code switching all instances without any transitional provisions. Also the reason why its skipped in changelog. Thanks: Julian Andres Klode Gbp-Dch: Ignore
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-271-0/+1
| | | | | | Testing the current implementation can benefit from being able to be feed an EIPP request and produce a fully compliant response. It is also a great test for EIPP in general.
* autopkgtest: use the quiet mode as for travis and coDavid Kalnischkies2015-11-281-1/+1
| | | | 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.
* Run autopkgtest tests with "env -i" to avoid pollution from the host envMichael Vogt2014-09-031-1/+3
| | | | Closes: #759655
* fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver testsMichael Vogt2014-06-111-1/+1
|
* fix autopkgtest testsMichael Vogt2014-06-111-0/+1
|
* 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-251-0/+3
| | | | | | | | 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.
* use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵Michael Vogt2014-02-131-4/+1
| | | | debian/tests/run-tests
* run autopkgtest against the installed aptMichael Vogt2013-12-131-3/+14
|
* add autopkgtestMichael Vogt2013-11-291-0/+7