diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-09 13:29:29 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-09 13:29:29 +0000 |
| commit | 153bbf448f91eb347574624890c36f97cd168b53 (patch) | |
| tree | 8f5f98fbe27ac7060b38e545eb43317215f1ae89 /test/integration/framework | |
| parent | 1e7f123ea59d6ae3af74725d4dab846f81d122e8 (diff) | |
| parent | 6c112f9860c1730237029f4e23d40bf658d73704 (diff) | |
Merge branch 'transaction' into 'main'
Run 3.0 solver if internal is unsuccessful or we have apport for automatic solver evaluation
See merge request apt-team/apt!446
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index d2570b6b2..3f0290569 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -589,6 +589,8 @@ EOF echo 'DPkg::Path "";' >> aptconfig.conf echo 'Dir::Bin::ischroot "/bin/false";' >> aptconfig.conf + echo 'quiet::NoSolver3Explanation "true";' > rootdir/etc/apt/apt.conf.d/disable-solver3-context + # most tests just need one signed Release file, not both export APT_DONT_SIGN='Release.gpg' |
