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