From: Vladimir Serbinenko Date: Sun, 17 Nov 2013 01:16:21 +0000 (+0100) Subject: * tests/grub_func_test.in: Increase memory reservation as on EFI we need X-Git-Tag: grub-2.02-beta1~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77dae919b6a6cc16d660171e61c9e0ba119c7b41;p=thirdparty%2Fgrub.git * tests/grub_func_test.in: Increase memory reservation as on EFI we need to leave some memory to firmware. --- diff --git a/ChangeLog b/ChangeLog index 40fd400d6..8a6f0ed46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-17 Vladimir Serbinenko + + * tests/grub_func_test.in: Increase memory reservation as on EFI we need + to leave some memory to firmware. + 2013-11-17 Vladimir Serbinenko * grub-core/tests/cmdline_cat_test.c (cmdline_cat_test): Ignore errors diff --git a/tests/grub_func_test.in b/tests/grub_func_test.in index c039ffde0..cfb200cf9 100644 --- a/tests/grub_func_test.in +++ b/tests/grub_func_test.in @@ -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"