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: 1a0af38ae7
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Andrea Bolognani 2021-03-12 17:29:22 +01:00
parent 7ef4968cf7
commit 7f601d1f10

View File

@ -228,7 +228,7 @@ ci-help:
@echo "Available targets:" @echo "Available targets:"
@echo @echo
@echo " ci-build@\$$IMAGE - run a default 'ninja' build" @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-shell@\$$IMAGE - run an interactive shell"
@echo " ci-list-images - list available images" @echo " ci-list-images - list available images"
@echo " ci-help - show this help message" @echo " ci-help - show this help message"