Re: [PATCH v3 28/29] test: serial: Add test for putc/puts

2022-03-28 Thread Sean Anderson
On 3/28/22 2:35 AM, Simon Glass wrote: > Hi Sean, > > On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: >> >> This adds a test to ensure that puts is equivalent to putc called in a >> loop. We don't verify the contents of the message to avoid having to >> record console output a second time (

Re: [PATCH v3 28/29] test: serial: Add test for putc/puts

2022-03-27 Thread Simon Glass
Hi Sean, On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: > > This adds a test to ensure that puts is equivalent to putc called in a > loop. We don't verify the contents of the message to avoid having to > record console output a second time (though that could be added in the > future). The glo