grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

terminfo test regression


From: Colin Watson
Subject: terminfo test regression
Date: Thu, 6 Jan 2011 13:10:07 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Vladimir,

Your terminfo_cls change has regressed 'make check', because now all the
shell output has \e[H\e[J in front of it.  How do you want to go about
fixing that?  This looks plausible and passes the tests:

2011-01-06  Colin Watson  <address@hidden>

        * tests/util/grub-shell.in: Set serial terminfo type to `dumb', to
        avoid causing test failures by clearing the screen.

=== modified file 'tests/util/grub-shell.in'
--- tests/util/grub-shell.in    2010-12-23 11:51:18 +0000
+++ tests/util/grub-shell.in    2011-01-06 13:06:25 +0000
@@ -119,6 +119,7 @@ cat <<EOF >${cfgfile}
 grubshell=yes
 insmod serial
 serial
+terminfo serial dumb
 terminal_input serial
 terminal_output serial
 EOF

Thanks,

-- 
Colin Watson                                       address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]