diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-13 12:29:28 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-13 14:28:06 +0100 |
| commit | 422e68f569f374f697b84332f7e68c6fe5f7389f (patch) | |
| tree | 994ce575bfbc628afbfe16625dec77cf6248a481 /test/integration | |
| parent | a8352c2859a6f84b36fa5cd0af89231cb656b1ce (diff) | |
Add a new ?phasing pattern
This selects all packages that are being kept back due to phasing
on your system.
Diffstat (limited to 'test/integration')
| -rwxr-xr-x | test/integration/test-phased-updates-upgrade | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/test-phased-updates-upgrade b/test/integration/test-phased-updates-upgrade index 2f5327f05..518e39fed 100755 --- a/test/integration/test-phased-updates-upgrade +++ b/test/integration/test-phased-updates-upgrade @@ -67,6 +67,11 @@ Conf depends-phased-new (3 unstable-updates [all]) Conf phased-security (3 unstable-updates [all]) Conf phased-security-same (3 unstable-security, unstable-updates [all])" aptget dist-upgrade -s -q +testsuccessequal "Listing... +phased-dep/unstable-updates 3 all [upgradable from: 1] +phased-depends-ready-dep/unstable-updates 3 all [upgradable from: 1] +phased/unstable-updates 3 all [upgradable from: 1]" apt list '?phasing' + for always in APT::Get::Always-Include-Phased-Updates Update-Manager::Always-Include-Phased-Updates; do testsuccessequal "Reading package lists... Building dependency tree... |
