Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
tests/lib: handle distro specific grub-editenv naming #4201
Conversation
bboozzoo
added some commits
Nov 10, 2017
| echo "Ensure that the grub-editenv list output does not contain any of the snap_* variables on classic" | ||
| - output=$($GRUB_EDITENV list) | ||
| + output="$(bootenv list)" |
bboozzoo
added some commits
Nov 10, 2017
| if echo "$output" | MATCH snap_ ; then | ||
| - echo "Expected grub environment without snap_*, got:" | ||
| + echo "Expected bootloader environment without snap_*, got:" |
|
Test failed with 502 in downloading something from a suse server (so unrelated to the PR). I restarted the test. |
mvo5
merged commit 7d06636
into
snapcore:master
Nov 13, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bboozzoo commentedNov 10, 2017
Fedora and OpenSUSE use
grub2-editenvwhile Ubuntu and Debian seem to settle ongrub-editenv. A workaround was already implemented in d0098ba but the tests started failing on linode:fedora-25-64:project only now.