Skip to content

Commit

Permalink
Merge pull request #204 from cgwalters/test-bootprefix
Browse files Browse the repository at this point in the history
tests: Verify bootprefix
  • Loading branch information
vrothberg committed Nov 13, 2023
2 parents a5d3a78 + 73a6147 commit ee35410
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 ee35410

Please sign in to comment.