Re: [PATCH 1/2] test/py: Use the correct fixture name in exception handler

2025-06-12 Thread Tom Rini
On Thu, 29 May 2025 08:14:51 -0600, Simon Glass wrote: > If a BootFail exception is thrown in a test, it is not handled > correctly. Use the correct fixture variable 'ubman_fix' to resolve this. > > Applied to u-boot/master, thanks! [1/2] test/py: Use the correct fixture name in exception hand

Re: [PATCH 1/2] test/py: Use the correct fixture name in exception handler

2025-05-30 Thread Mattijs Korpershoek
Hi Simon, Thank you for the patch. On jeu., mai 29, 2025 at 08:14, Simon Glass wrote: > If a BootFail exception is thrown in a test, it is not handled > correctly. Use the correct fixture variable 'ubman_fix' to resolve this. > > Signed-off-by: Simon Glass > Fixes: d9ed4b75add ("test/py: Drop