]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Support returning the parsers to use
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:09 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commitdff62ec8b4034ff97e21739e6c2eb8f2b4312b5f
tree84fa30196a32d9b6aa0f9bbf6287961cbcfb7b33
parent56d33104e1961df27899d335ad55ecf4b9785cbd
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>
tools/patman/cmdline.py