]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Add a 'test' subcommand
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:55 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit57374b09ec956f557ae55939e74ba841d76e0bf2
tree2cc7e382d6c2221e543c3fb6795fe17a03136170
parent4806fa30065773e87bd9071bd21e55b1fc4d63b8
patman: Add a 'test' subcommand

At present we use --test to indicate that tests should be run. It is
better to use a subcommand for list, like binman. Change it and adjust
the existing code to fit under a 'send' subcommand, the default.

Give this subcommand the same default arguments as the others.

Signed-off-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml
.travis.yml
test/run
tools/patman/main.py
tools/patman/test_util.py