From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 18 Dec 2015 15:36:09 -0700 Subject: [U-Boot] [PATCH V2 1/7] test/py: Implement pytest infrastructure In-Reply-To: <56745177.9040400@wwwdotorg.org> References: <1449094708-14784-1-git-send-email-swarren@wwwdotorg.org> <56685784.9040907@wwwdotorg.org> <56717F09.8020407@monstr.eu> <567190E2.5010308@wwwdotorg.org> <5671A8D6.8090800@wwwdotorg.org> <5671B046.1050307@wwwdotorg.org> <56741D53.3040104@monstr.eu> <56745177.9040400@wwwdotorg.org> Message-ID: <56748A59.6020400@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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
 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"