commit | 770384d07389c179d50f0a7454b40ac4d5753984 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 29 08:14:51 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 12 11:32:29 2025 -0600 |
tree | 52ada196defc1ab9c3390402718dd240986b5c62 | |
parent | 49b9e064dd6a7cdc4ecbedea93303c5dfa9605a5 [diff] |
test/py: Use the correct fixture name in exception handler 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 <sjg@chromium.org> Fixes: d9ed4b75add ("test/py: Drop u_boot_ prefix on test files") Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>