From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Tue, 2 Jun 2020 14:58:11 +0900 Subject: [PATCH 08/13] test/py: efi_secboot: remove all "re.search" In-Reply-To: <333ee33f-ead5-1c91-a4a9-689153d349ef@gmx.de> References: <20200529064130.28332-1-takahiro.akashi@linaro.org> <20200529064130.28332-9-takahiro.akashi@linaro.org> <333ee33f-ead5-1c91-a4a9-689153d349ef@gmx.de> Message-ID: <20200602055811.GE20446@laputa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > 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 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