bash shell inside docker containers on bots has some weird behavior |
|
Issue descriptionExceeding some max-length wraps the characters to position 0. Makes it *super* hard to use, which is unfortunate given that we should be supporting easy ssh debugging on these bots (and some of our test commands are really long and span multiple lines) http://go/swarming-ssh There's gotta be something to make it smarter. Some bashrc tweak? Or some tty change on the host?
,
Mar 23 2018
What are you trying to do when this happens? Can you not do it programmatically instead of interactively?
,
Mar 23 2018
Weird, now that I'm trying to repro to post a ss... it's working totally fine... wtf. yeah it would wrap without a newline, essentially writing over itself and then hitting up arrow would go up a line, instead of selecting the previous command and it was some weird cmd.exe stuff |
|
►
Sign in to add a comment |
|
Comment 1 by friedman@chromium.org
, Mar 23 2018