[U-Boot] [PATCH V2 1/7] test/py: Implement pytest infrastructure

Stephen Warren swarren at wwwdotorg.org
Fri Dec 18 23:36:09 CET 2015


On 12/18/2015 11:33 AM, Stephen Warren wrote:
> On 12/18/2015 07:50 AM, Michal Simek wrote:
...
>> - I see that output log doesn't handle tabs correctly - output from i2c
>> bus for example.
>
> OK. I can easily make the logging code replace a TAB with something
> else, e.g. a chain of  , although it will mean keeping track of the
> output character count since the last newline which will be a bit more
> painful. Let me look into this.

It looks like the <pre> tag handles TABs already, so I converted to use 
that. Take a look at:

> https://github.com/swarren/u-boot/commit/ee09f5ddf2c646a6ba2b0dddbdf4ef590014e282
"test/py: support TABs in log"


More information about the U-Boot mailing list