summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-611729-mark-as-manual
Commit message (Collapse)AuthorAgeFilesLines
* Fix hidden test failure if not called via sudoDavid Kalnischkies2018-05-191-1/+1
| | | | | | | | id: '': no such user ./test-bug-611729-mark-as-manual: 59: [: Illegal number: Regression-of: 68842e1741a5005b1e3f0a07deffd737c65e3294 Gbp-Dch: Ignore
* tests: Do not expect requested-by if sudo was invoked by rootJulian Andres Klode2018-05-161-1/+1
| | | | | If sudo was invoked by root, SUDO_UID will be 0, and apt will not print a Requested-By line.
* fix tests run via sudo checking the history fileDavid Kalnischkies2016-01-251-1/+7
| | | | Git-Dch: Ignore
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-2/+2
| | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
* Fix the test suite harderJulian Andres Klode2015-08-171-3/+3
| | | | Gbp-Dch: ignore
* 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
* add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-121-10/+10
| | | | | | | | | | For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore
* log reinstall commands in history.logDavid Kalnischkies2011-05-231-0/+6
|
* use apt-mark instead of hand-mangling with the extended_states fileDavid Kalnischkies2011-02-101-34/+13
|
* test various situation with and without autobit settingDavid Kalnischkies2011-02-031-0/+105