summaryrefslogtreecommitdiff
path: root/test/interactive-helper/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-091-0/+2
| | | | | | | | | 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
* Coverage: Do not print messages from gcovJulian Andres Klode2016-09-111-0/+3
| | | | | | | We need to ignore messages from gcov. All those messages start with profiling: and are printed using vfprintf(), so the only thing we can do is add a library overriding those functions and linking apt-pkg to it.
* CMake: Switch integration tests and travis overJulian Andres Klode2016-08-061-0/+10
This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that.