]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/util/grub-shell.in: Set serial terminfo type to `dumb', to
authorColin Watson <cjwatson@ubuntu.com>
Thu, 6 Jan 2011 13:24:38 +0000 (13:24 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 6 Jan 2011 13:24:38 +0000 (13:24 +0000)
avoid causing test failures by clearing the screen.

ChangeLog
tests/util/grub-shell.in

index a6d62da6cfb848239e932b3d440d8da1c89a2a79..a727bd4ecccac6e5b791e99c61753af35487a2ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-06  Colin Watson  <cjwatson@ubuntu.com>
+
+       * tests/util/grub-shell.in: Set serial terminfo type to `dumb', to
+       avoid causing test failures by clearing the screen.
+
 2011-01-06  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/kern/emu/getroot.c (find_root_device_from_mountinfo):
index e35d6bc6559167a5d25bb307a175aa1e6c821124..0213376d0d24bbfda4e68936b21adaba0056cdef 100644 (file)
@@ -119,6 +119,7 @@ cat <<EOF >${cfgfile}
 grubshell=yes
 insmod serial
 serial
+terminfo serial dumb
 terminal_input serial
 terminal_output serial
 EOF