]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/grub_func_test.in: Increase memory reservation as on EFI we need
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 17 Nov 2013 01:16:21 +0000 (02:16 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 17 Nov 2013 01:16:21 +0000 (02:16 +0100)
to leave some memory to firmware.

ChangeLog
tests/grub_func_test.in

index 40fd400d6abbe6601076f393caf8f0a88515bbcd..8a6f0ed4611d122435b66822b4c85a2d1c2872b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/grub_func_test.in: Increase memory reservation as on EFI we need
+       to leave some memory to firmware.
+
 2013-11-17  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/tests/cmdline_cat_test.c (cmdline_cat_test): Ignore errors
index c039ffde0949ad3d110889ecf526bc1e4a69fcaa..cfb200cf9e4a45c4ae0b321ff128944c3f745860 100644 (file)
@@ -4,7 +4,7 @@ set -e
 . "@builddir@/grub-core/modinfo.sh"
 
 # Increase memory as some of tests are high-resolution and need a lot of memory.
-out=`echo all_functional_test | @builddir@/grub-shell --timeout=3600 --files="/boot/grub/fonts/unicode.pf2"="@builddir@/"unicode.pf2 --qemu-opts="-m 512"`
+out=`echo all_functional_test | @builddir@/grub-shell --timeout=3600 --files="/boot/grub/fonts/unicode.pf2"="@builddir@/"unicode.pf2 --qemu-opts="-m 1G"`
 
 if [ "$(echo "$out" | tail -n 1)" != "ALL TESTS PASSED" ]; then
   echo "Functional test failure: $out"