]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/grub_func_test.in: Add unicode.pf2.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 2 Aug 2013 20:59:21 +0000 (22:59 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 2 Aug 2013 20:59:21 +0000 (22:59 +0200)
ChangeLog
tests/grub_func_test.in

index ce78454fa9cb12bb18cd1bb9a4b556cc2714d0dd..a2bc103ad3fcb7dc219b5dfc9e5935a90e2c8d8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4bf3b92ea9aa27828eebd2900aeceb3bf7103fd7..62eb07c516c0e615859d9f97d33590c7d73dfe65 100644 (file)
@@ -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"