commit | 3f0bd0cfd43f725f10a53ef2601c7295e02ef4b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 14:30:30 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 09:25:21 2024 -0600 |
tree | 3f9c7b754aa94928a2e99fe53c1b66f917a60e64 | |
parent | bcdcba00c141115f89d066fcd8131c1fe1946a05 [diff] |
test: Decode exceptions only with sandbox When a real board fails we don't want to decode the exception. Reserve that behaviour for sandbox. Also avoid raising a new exception on failure - just re-raise the existing one. Signed-off-by: Simon Glass <sjg@chromium.org>