summaryrefslogtreecommitdiff
path: root/ci/Makefile
diff options
context:
space:
mode:
authorDaniel Henrique Barboza <danielhb413@gmail.com>2020-08-06 10:34:52 -0300
committerErik Skultety <eskultet@redhat.com>2020-08-17 08:42:47 +0200
commit3252742bab4d8c859f3f99f7e4ab41f7f4eb917c (patch)
tree9db33f226b85b8fa993d826660b97b16e0d6ff40 /ci/Makefile
parent53f62118c3b55674b62996b735837ac564b240a8 (diff)
downloadlibvirt-3252742bab4d8c859f3f99f7e4ab41f7f4eb917c.tar.gz
ci/Makefile: get rid of 'make check' references
Update the remaining 'make check' references after the switch to meson/ninja. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
Diffstat (limited to 'ci/Makefile')
-rw-r--r--ci/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/Makefile b/ci/Makefile
index 65d8fcca07..c7c8eb9a45 100644
--- a/ci/Makefile
+++ b/ci/Makefile
@@ -85,7 +85,7 @@ endif
# IDs you run as do not need to exist in
# the container's /etc/passwd & /etc/group files, but
-# if they do not, then libvirt's 'make check' will fail
+# if they do not, then libvirt's 'ninja test' will fail
# many tests.
# We do not directly mount /etc/{passwd,group} as Docker
@@ -255,8 +255,8 @@ ci-help:
@echo
@echo "Available targets:"
@echo
- @echo " ci-build@\$$IMAGE - run a default 'make'"
- @echo " ci-check@\$$IMAGE - run a 'make check'"
+ @echo " ci-build@\$$IMAGE - run a default 'ninja' build"
+ @echo " ci-check@\$$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"