]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci/Makefile: get rid of 'make check' references
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 6 Aug 2020 13:34:52 +0000 (10:34 -0300)
committerErik Skultety <eskultet@redhat.com>
Mon, 17 Aug 2020 06:42:47 +0000 (08:42 +0200)
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>
ci/Makefile

index 65d8fcca070045b3240ed04bc70225663a301d16..c7c8eb9a45d94ece548cd2711932ed421a0ff2c6 100644 (file)
@@ -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"