From: Andrea Bolognani Date: Fri, 12 Mar 2021 16:29:22 +0000 (+0100) Subject: ci: Fix name for ci-test target in help output X-Git-Tag: v7.2.0-rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f601d1f10cdee49fd74cd974b2b7051caa44e0a;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Erik Skultety --- 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"