Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid committed Mar 12, 2024
1 parent cadcfc1 commit 415a190
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/nested/manual/core20-boot-config-update/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ prepare: |
exit
fi
"$TESTSTOOLS"/snaps-state repack-snapd-deb-into-snap snapd
# shellcheck source=tests/lib/prepare.sh
. "$TESTSLIB"/prepare.sh
build_snapd_snap_with_run_mode_firstboot_tweaks .
echo "Repack the snapd snap with a marker file"
unsquashfs -d snapd-snap snapd-from-deb.snap
unsquashfs -d snapd-snap snapd_*.snap
echo "Leave a marker file that triggers boot config assets to be injected"
echo 'bootassetstesting' > snapd-snap/usr/lib/snapd/bootassetstesting
Expand Down

0 comments on commit 415a190

Please sign in to comment.