Re: [Qemu-devel] [PATCH] docker: Don't allocate tty unless DEBUG=1

2017-10-13 Thread Fam Zheng
On Fri, 10/13 10:35, Alex Bennée wrote: > > Fam Zheng writes: > > > The existence of tty in the container seems to urge gcc into colorize > > the output, but the escape chars will clutter the report once turned > > into email replies on patchew. Move -t to debug mode. > > > > Reported-by: Eric B

Re: [Qemu-devel] [PATCH] docker: Don't allocate tty unless DEBUG=1

2017-10-13 Thread Alex Bennée
Fam Zheng writes: > The existence of tty in the container seems to urge gcc into colorize > the output, but the escape chars will clutter the report once turned > into email replies on patchew. Move -t to debug mode. > > Reported-by: Eric Blake > Signed-off-by: Fam Zheng I certainly improves