Skip to content

Commit

Permalink
tests: Verify bootprefix
Browse files Browse the repository at this point in the history
Followup to containers#193

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Nov 12, 2023
1 parent a5d3a78 commit 73a6147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/kolainst/install
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
lsblk ${DEV}
mount /dev/vda3 /var/mnt
grep foo=bar /var/mnt/loader/entries/*.conf
grep -Ee '^linux /boot/ostree' /var/mnt/loader/entries/*.conf
umount /var/mnt
echo "ok install"

Expand Down

0 comments on commit 73a6147

Please sign in to comment.