From 7f601d1f10cdee49fd74cd974b2b7051caa44e0a Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 12 Mar 2021 17:29:22 +0100 Subject: [PATCH] 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 --- ci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2