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 <[email protected]> * 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 [[email protected]] _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
