Hi Tom, Thanks for your reply.
On Mon, Apr 14, 2014 at 1:45 PM, Tom Zhou <[email protected]> wrote: > On Fri, Apr 11, 2014 at 11:27 PM, Ming Lei <[email protected]> wrote: >> >> Hi guys, >> >> I met a strange problem when running >> io-github-autotest-qemu.autotest.* tests, from debug.log, looks the >> command >> itself is correct, but the actual command sent to guest >> becomes wrong, see below: >> >> 15:12:24 INFO | ---------------- Test output ---------------- >> 15:12:24 DEBUG| Sending command: ./autotest-local --args="None" >> --verbose control >> 15:12:24 INFO | ./autotest-local --args="None" --verbose <utotest# >> ./autotest-local --args="None" --verbose c >> ^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^Hontrol >> 15:12:24 INFO | ------------- End of test output ------------ > > Hey Ming, > > I suspect that this command is longer than your system's terminal columns > limitation. > So there are some backspace characters. I guess you may try stty(1) in the > vm, > to see if it will help. > Looks the column is set as 80 on the vm, pls see below: root@localhost:~# stty -a speed 9600 baud; rows 24; columns 80; line = 0; intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon ixoff -iuclc -ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon -iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke Thanks, -- Ming Lei _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
