Closed ahmetb closed 8 years ago
I must add that the problem goes away when I remove -t
(--tty
) from docker run
command.
I think tools like expect may handle better output of a program, which is forced to interactive mode
@RomanSaveljev in this case, the interesting thing is program is not interactive but the output comes in a weird shape that the >>>
<<<
chars I put around it gets reversed.
I guess not a bats issue, so closing.
Yeah, that definitely looks intriguing to me as to why it would do that..
When I do a
run
a command withdocker run ... $@
vseval $@
, I see that the output from docker one gets weird.Here is a minimal repro
Code
Output
See that the line printing output is:
<<<Output: >>>Hello, world
and notOutput: >>>Hello, world<<<
.Any ideas what's going on here?