commit | c6b283fe4d3d1140c212d44a6496dd621ba3a533 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 13 11:40:46 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 20 18:07:32 2022 -0600 |
tree | 0e57dc6beef14f15cbe91f49bf84469e96c43b19 | |
parent | ff1df8c10f4182164da780f9e7098a5ac8436cde [diff] |
binman: Avoid use of expected failure The testReplaceSectionSimple() test is the only one which expects failure. It looks odd in the output and takes time to glance at it to see that all is in fact well. Also it does not check that the right exception is generated. Use the more common (in binman) approach of checking for an exception. Signed-off-by: Simon Glass <sjg@chromium.org>