On Mon, Apr 14, 2014 at 2:10 PM, Feng Yang <[email protected]> wrote: > On 04/14/2014 01:45 PM, Tom Zhou 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. > > > Hi Ming, this case pass in my local. > > You can first try tom's suggestion.
Looks it does work after I change columns to 120 from 80, and I will try to find the root cause because my another system can work well with columns of 80, with same kernel. Thanks Tom and Feng. Thanks, -- Ming Lei _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
