Skip to content

Commit

Permalink
tests/test-admin-deploy-none: Update comment for ostreedev#1774 status
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fairley committed Mar 14, 2019
1 parent 8d2e9b8 commit f116afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-admin-deploy-none.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cd ${test_tmpdir}
rm httpd osdata testos-repo sysroot -rf
setup_os_repository "archive" "sysroot.bootloader none"
${CMD_PREFIX} ostree pull-local --repo=sysroot/ostree/repo --remote testos testos-repo testos/buildmaster/x86_64-runtime
# Test grub2 does not get detected with bootloader configuration "none"
# (see https://github.com/ostreedev/ostree/issues/1774)
# Test that configuring sysroot.bootloader="none" is a workaround for previous
# grub2 bootloader issue (see https://github.com/ostreedev/ostree/issues/1774)
mkdir -p sysroot/boot/grub2 && touch sysroot/boot/grub2/grub.cfg
${CMD_PREFIX} ostree admin deploy --karg=root=LABEL=MOO --karg=quiet --os testos testos/buildmaster/x86_64-runtime > out.txt
assert_file_has_content out.txt "Bootloader updated.*"
Expand Down

0 comments on commit f116afc

Please sign in to comment.