diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-11 17:02:00 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-14 19:08:45 +0100 |
| commit | e86f3d875a48987a026f79aa4e19eeda4ad01b3b (patch) | |
| tree | 5fe40a2695a0231f90fb64a61cc542448b7f2565 /test/integration/test-parse-all-archs-into-cache | |
| parent | 0c79613a5ef111ae09e1c94a2866f63fbf51c524 (diff) | |
test: Fix 7 test cases for 3.0 solver, annotate others
Fix the test cases we can fix directly; add annotations where we
know what work is needed, next we'll look at the other bugs.
Diffstat (limited to 'test/integration/test-parse-all-archs-into-cache')
| -rwxr-xr-x | test/integration/test-parse-all-archs-into-cache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-parse-all-archs-into-cache b/test/integration/test-parse-all-archs-into-cache index 7485431db..b1992e726 100755 --- a/test/integration/test-parse-all-archs-into-cache +++ b/test/integration/test-parse-all-archs-into-cache @@ -5,6 +5,7 @@ TESTDIR="$(readlink -f "$(dirname "$0")")" . "$TESTDIR/framework" setupenvironment configarchitecture 'i386' +allowremovemanual insertpackage 'unstable' 'bar' 'i386' '1' 'Depends: foo' insertpackage 'unstable' 'foo' 'i386' '1' 'Multi-Arch: foreign |
