]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/util/grub-shell.in: Suppress "ACPI shutdown failed" error to
authorJordan Uggla <jordan.uggla@gmail.com>
Thu, 23 Dec 2010 11:51:18 +0000 (11:51 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 23 Dec 2010 11:51:18 +0000 (11:51 +0000)
keep unit tests from failing when they shouldn't.

ChangeLog
tests/util/grub-shell.in

index 27e2aee97145e977366956999affeef5c83f6389..79eeae3876fb76fa46f86c1f92e7c6135b984fff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-23  Jordan Uggla  <jordan.uggla@gmail.com>
+
+       * tests/util/grub-shell.in: Suppress "ACPI shutdown failed" error to
+       keep unit tests from failing when they shouldn't.
+
 2010-12-21  Colin Watson  <cjwatson@ubuntu.com>
 
        * include/grub/offsets.h (GRUB_KERNEL_I386_PC_RAW_SIZE): The
index fc14ca7b0204739557c8ba454a2218f399af964e..e35d6bc6559167a5d25bb307a175aa1e6c821124 100644 (file)
@@ -132,6 +132,8 @@ done
 
 cat <<EOF >>${cfgfile}
 source /boot/grub/testcase.cfg
+# Stop serial output to suppress "ACPI shutdown failed" error.
+terminal_output console
 halt
 EOF