commit | 6db1e32534bddaa49f7c2b873a0213f1b78c3d75 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 03 21:09:14 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 13 08:16:39 2021 -0700 |
tree | 9a6d1efd01a38db135291af16114d2141fdc0bb4 | |
parent | 95f833a9ba200e407825c60461454c85ad2a5425 [diff] |
patman: Use a ValueError exception if tools.Run() fails The Exception base class is a very vague and could be confusing to the test system. Use the more specific ValueError exception instead. Signed-off-by: Simon Glass <sjg@chromium.org>