commit | 65a45794f79e272af197dca9693d1609a6e25b9e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 10 13:05:09 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | 84fa30196a32d9b6aa0f9bbf6287961cbcfb7b33 | |
parent | e9f14cd3a82030c6df8bcab453ab81cb61af8616 [diff] |
patman: Support returning the parsers to use The parsing tests need to be able to try invalid arguments to make sure that these are handled correctly. Provide a way to return the parsers being used, as well as to pass in the parsers to use. This feature is needed in test_series_no_subcmd(), for example. Signed-off-by: Simon Glass <sjg@chromium.org>