diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-12 18:16:23 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-12 18:16:23 +0000 |
| commit | b8e77c400eaec5983772f50d3f728373b5981866 (patch) | |
| tree | ae0ba3624bef3e1549e2bf0f555590eb98e6513b /test/integration/framework | |
| parent | 81c65f7e86b8f16eaaa91d9c205a594b0ebde159 (diff) | |
| parent | f725565ae69a06d0ad5747881b6f54a19c0c1763 (diff) | |
Merge branch 'terse-ui' into 'main'
Introduce new output format for apt(8)
See merge request apt-team/apt!337
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 0570d5c8e..147de9808 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -444,6 +444,7 @@ _setupprojectenvironment() { echo "Dir::Etc \"etc/apt\";" >> aptconfig.conf echo "Dir::Log \"var/log/apt\";" >> aptconfig.conf echo "APT::Get::Show-User-Simulation-Note \"false\";" >> aptconfig.conf + echo "Binary::apt::APT::Output-Version \"0\";" >> aptconfig.conf echo "Dir::Bin::Methods \"${TMPWORKINGDIRECTORY}/rootdir/usr/lib/apt/methods\";" >> aptconfig.conf # either store apt-key were we can access it, even if we run it as a different user #cp "${APTCMDLINEBINDIR}/apt-key" "${TMPWORKINGDIRECTORY}/rootdir/usr/bin/" |
