From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 19 Jul 2020 13:49:42 -0700 Subject: [RFC PATCH 08/16] patman: Add a 'test' subcommand In-Reply-To: <20200706034203.2171077-9-sjg@chromium.org> References: <20200706034203.2171077-9-sjg@chromium.org> <20200706034203.2171077-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 2 +- .travis.yml | 2 +- test/run | 2 +- tools/patman/main.py | 75 +++++++++++++++++++++------------------ tools/patman/test_util.py | 2 +- 6 files changed, 45 insertions(+), 40 deletions(-) Applied to u-boot-dm