On 01/06/2011 02:10 PM, Colin Watson wrote: > 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 > > * tests/util/grub-shell.in: Set serial terminfo type to `dumb', to > avoid causing test failures by clearing the screen. > > Go ahead. > === 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 <${cfgfile} > grubshell=yes > insmod serial > serial > +terminfo serial dumb > terminal_input serial > terminal_output serial > EOF > > Thanks, > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko