mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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>
This commit is contained in:
parent
53f62118c3
commit
3252742bab
@ -85,7 +85,7 @@ endif
|
|||||||
|
|
||||||
# IDs you run as do not need to exist in
|
# IDs you run as do not need to exist in
|
||||||
# the container's /etc/passwd & /etc/group files, but
|
# 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.
|
# many tests.
|
||||||
|
|
||||||
# We do not directly mount /etc/{passwd,group} as Docker
|
# We do not directly mount /etc/{passwd,group} as Docker
|
||||||
@ -255,8 +255,8 @@ ci-help:
|
|||||||
@echo
|
@echo
|
||||||
@echo "Available targets:"
|
@echo "Available targets:"
|
||||||
@echo
|
@echo
|
||||||
@echo " ci-build@\$$IMAGE - run a default 'make'"
|
@echo " ci-build@\$$IMAGE - run a default 'ninja' build"
|
||||||
@echo " ci-check@\$$IMAGE - run a 'make check'"
|
@echo " ci-check@\$$IMAGE - run a 'ninja test'"
|
||||||
@echo " ci-shell@\$$IMAGE - run an interactive shell"
|
@echo " ci-shell@\$$IMAGE - run an interactive shell"
|
||||||
@echo " ci-list-images - list available images"
|
@echo " ci-list-images - list available images"
|
||||||
@echo " ci-help - show this help message"
|
@echo " ci-help - show this help message"
|
||||||
|
Loading…
Reference in New Issue
Block a user