]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Fix name for ci-test target in help output
authorAndrea Bolognani <abologna@redhat.com>
Fri, 12 Mar 2021 16:29:22 +0000 (17:29 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Mar 2021 17:49:03 +0000 (18:49 +0100)
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>
ci/Makefile

index c4585ae95d1fa77b0176455930514899fa1f34e9..fc0d2590db6031811dfe193e56603edd5cb4710b 100644 (file)
@@ -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"