On 6/28/22 15:52, Fabio Estevam wrote:
Hi Heinrich,
On Fri, Jun 17, 2022 at 1:59 AM Heinrich Schuchardt
<heinrich.schucha...@canonical.com> wrote:
This causes: https://source.denx.de/u-boot/u-boot/-/jobs/450891#L229
for all instances of sandbox running that test.
This is a only a bug to the test environment:
test/py/u_boot_console_base.py:110:
self.prompt_compiled = re.compile('^' + re.escape(self.prompt),
re.MULTILINE)
There must not be any byte before the prompt on the line for the test
environment to recognize it as a prompt.
I will look into the problem.
Have you had a chance to look into this?
2022.07 is really close and it would be nice to get a fix for this regression.
Thanks
The patch is merged June 19th:
e05bd68ed5fc ("test: work around for EFI terminal size probing")
Why do you ask?
Best regards
Heinrich