diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-26 11:01:17 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-26 11:01:17 +0000 |
| commit | 05a1ee0cf4d5948ec2a084629bb9712af7d9c475 (patch) | |
| tree | 91bab74096260d12d8f4a2300bcd84f3bdb17b99 /test/integration/framework | |
| parent | edfbc3869361f709d70794a794199ac2076ea9f1 (diff) | |
| parent | 7a1063e81b855ac7ff9ee54f115843c3af6dd1bf (diff) | |
Merge branch 'fix/mixed' into 'main'
Split out of mostly independent fixes: cmake execute errors, removed rev-deps, protected garbage & co
See merge request apt-team/apt!345
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 147de9808..de280cb8d 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -324,6 +324,7 @@ setupenvironment() { unset DEB_CHECK_COMMAND DEB_SIGN_KEYID DEB_BUILD_OPTIONS DEB_BUILD_PROFILES unset DH_VERBOSE DH_QUIET DH_COMPAT DH_NO_ACT DH_OPTIONS DH_EXTRA_ADDONS unset GREP_OPTIONS POSIXLY_CORRECT + unset SUDO_USER SUDO_UID SUDO_GID SUDO_COMMAND unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy export GCOV_ERROR_FILE=/dev/null |
