]> git.baikalelectronics.ru Git - uboot.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)
commit999d3260b43a3a447325c866d999eb758f5fb83f
tree2cc7e382d6c2221e543c3fb6795fe17a03136170
parent3084db924e193027b562e44d1831dafc95b05b85
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