On Sat, May 30, 2020 at 09:04:11AM +0200, Heinrich Schuchardt wrote: > On 5/29/20 8:41 AM, AKASHI Takahiro wrote: > > Currently, we don't use any regular expression in matching outputs from > > U-Boot. Since its use is just redundant, we can remove all. > > > > Signed-off-by: AKASHI Takahiro <takahiro.aka...@linaro.org> > > Applying: test/py: efi_secboot: remove all "re.search" > error: patch failed: test/py/tests/test_efi_secboot/test_signed.py:32 > error: test/py/tests/test_efi_secboot/test_signed.py: patch does not apply > error: patch failed: test/py/tests/test_efi_secboot/test_unsigned.py:33 > error: test/py/tests/test_efi_secboot/test_unsigned.py: patch does not apply > Patch failed at 0001 test/py: efi_secboot: remove all "re.search" > > Could you, please, rebase your patches.
Probably due to the commit, === commit 5827c2545849 Author: Heinrich Schuchardt <xypron.g...@gmx.de> Date: Mon May 4 12:21:51 2020 +0200 test: stabilize test_efi_secboot === I have already proposed to revert this patch in https://lists.denx.de/pipermail/u-boot/2020-May/412859.html Anyway, the essential issue is not my test, but efi_console which tries to unconditionally send control code which a terminal may not understand. -Takahiro Akashi > Best regards > > Heinrich