* tests/grub_func_test.in: Add unicode.pf2.
This commit is contained in:
parent
a62ae90c2b
commit
4f47d809c7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/grub_func_test.in: Add unicode.pf2.
|
||||
|
||||
2013-08-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Start with
|
||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
. "@builddir@/grub-core/modinfo.sh"
|
||||
|
||||
out=`echo all_functional_test | @builddir@/grub-shell --timeout=3600`
|
||||
out=`echo all_functional_test | @builddir@/grub-shell --timeout=3600 --files="/boot/grub/fonts/unicode.pf2"="@builddir@/"unicode.pf2`
|
||||
|
||||
if [ "$(echo "$out" | tail -n 1)" != "ALL TESTS PASSED" ]; then
|
||||
echo "Functional test failure: $out"
|
||||
|
|
Loading…
Reference in a new issue