[libvirt PATCH v3 02/10] ci: Fix name for ci-test target in help output

Andrea Bolognani abologna at redhat.com
Fri Mar 12 17:28:14 UTC 2021


The target was renamed when moving to Meson, but the help text
was not updated accordingly.

Fixes: 1a0af38ae75262390061b8d07681b50f82e500fc
Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 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.26.2




More information about the libvir-list mailing list