summaryrefslogtreecommitdiff
path: root/ci/Makefile
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2021-03-12 17:29:22 +0100
committerAndrea Bolognani <abologna@redhat.com>2021-03-15 18:49:03 +0100
commit7f601d1f10cdee49fd74cd974b2b7051caa44e0a (patch)
treef083a24afc14c2a506cff880e8abd50e5d9152aa /ci/Makefile
parent7ef4968cf78cbe973e527b76fb328c2e77ced82c (diff)
downloadlibvirt-7f601d1f10cdee49fd74cd974b2b7051caa44e0a.tar.gz
ci: Fix name for ci-test target in help output
The target was renamed when moving to Meson, but the help text was not updated accordingly. Fixes: 1a0af38ae75262390061b8d07681b50f82e500fc Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
Diffstat (limited to 'ci/Makefile')
-rw-r--r--ci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/Makefile b/ci/Makefile
index c4585ae95d..fc0d2590db 100644
--- a/ci/Makefile
+++ b/ci/Makefile
@@ -228,7 +228,7 @@ ci-help:
@echo "Available targets:"
@echo
@echo " ci-build@\$$IMAGE - run a default 'ninja' build"
- @echo " ci-check@\$$IMAGE - run a 'ninja test'"
+ @echo " ci-test@\$$IMAGE - run a 'ninja test'"
@echo " ci-shell@\$$IMAGE - run an interactive shell"
@echo " ci-list-images - list available images"
@echo " ci-help - show this help message"