summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-06 06:41:55 +0300
committerSimon Glass <sjg@chromium.org>2020-07-25 04:25:15 +0300
commit6bb74de7ed070a5ea44cc111939ed5bb07df5ef5 (patch)
tree9f7793fb71473d81de35ba0c8b647e028fa0ab16 /.gitlab-ci.yml
parentc4e79029e2aba29b769c9ddc6967a09cd7f5d61d (diff)
downloadu-boot-6bb74de7ed070a5ea44cc111939ed5bb07df5ef5.tar.xz
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8ad3f42e5..43f9d3bb14 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -169,7 +169,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test;
./tools/buildman/buildman -t;
./tools/dtoc/dtoc -t;
- ./tools/patman/patman --test;
+ ./tools/patman/patman test;
make testconfig
Run tests for Nokia RX-51 (aka N900):