Compare commits
2 Commits
72527214a2
...
ec98c9ce2e
Author | SHA1 | Date | |
---|---|---|---|
ec98c9ce2e | |||
9b47d3f34c |
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,10 +1,10 @@
|
|||||||
snapd-extra-utils (1.0.4) plucky; urgency=medium
|
snapd-extra-utils (1.0.4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* [autopkgtest] Use snaps that are available on all arches, to fix armhf,
|
* [autopkgtest] Use snaps that are available on all arches, to fix armhf,
|
||||||
ppc64el, and s390x failures.
|
ppc64el, and s390x failures.
|
||||||
* [autopkgtest] Refactor the snapd-seed-glue calls for deduplication.
|
* [autopkgtest] Refactor the snapd-seed-glue calls for deduplication.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 24 Nov 2024 21:15:05 -0600
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 24 Nov 2024 20:55:54 -0600
|
||||||
|
|
||||||
snapd-extra-utils (1.0.3) plucky; urgency=medium
|
snapd-extra-utils (1.0.3) plucky; urgency=medium
|
||||||
|
|
||||||
|
2
debian/tests/snapd-seed-glue
vendored
2
debian/tests/snapd-seed-glue
vendored
@ -16,7 +16,7 @@ confirm_success () {
|
|||||||
|
|
||||||
# Function to run snapd-seed-glue with given arguments
|
# Function to run snapd-seed-glue with given arguments
|
||||||
run_snapd_seed_glue () {
|
run_snapd_seed_glue () {
|
||||||
/usr/bin/snapd-seed-glue --verbose --seed hello_test "$@" > >(tee -a "$OUTPUT_FILE") 2>&1
|
/usr/bin/snapd-seed-glue --verbose --seed firefox_test "$@" > >(tee -a "$OUTPUT_FILE") 2>&1
|
||||||
confirm_success
|
confirm_success
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user