diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-20 09:27:08 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-20 09:27:08 +0000 |
| commit | 7ef14b64596bd0ca78feaea5fda22b8d524de286 (patch) | |
| tree | 930952bbc30c82538982dd0343d26573195ba87f /test/integration | |
| parent | d4d1366ef45d4002e1fd05ef8bdcb0c5039b8370 (diff) | |
| parent | 8ed6bea2083e055b50dfbd8bebf1355cce502f3f (diff) | |
Merge branch 'smaller-dumps' into 'main'
Write minimized EDSP dumps in crash report, Dir::log::solver
See merge request apt-team/apt!465
Diffstat (limited to 'test/integration')
| -rwxr-xr-x | test/integration/test-solver3-evaluation | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/integration/test-solver3-evaluation b/test/integration/test-solver3-evaluation index af12698b5..a873d5b21 100755 --- a/test/integration/test-solver3-evaluation +++ b/test/integration/test-solver3-evaluation @@ -13,6 +13,7 @@ insertpackage 'unstable' 'y' 'all' '3' 'Depends: b | a' insertpackage 'unstable' 'a' 'all' '3' 'Depends: c' insertpackage 'unstable' 'b' 'all' '3' insertpackage 'unstable' 'c' 'all' '3' +insertpackage 'unstable' 'unrelated' 'all' '3' setupaptarchive @@ -114,7 +115,7 @@ AptSolverDump: Package: apport Architecture: all Version: 3 - APT-ID: 5 + APT-ID: 6 Source: apport Source-Version: 3 Priority: optional @@ -208,7 +209,7 @@ Depends: b | a Package: apport Architecture: all Version: 3 -APT-ID: 5 +APT-ID: 6 Source: apport Source-Version: 3 Priority: optional |
