From: Marc-André Lureau <marcandre.lur...@redhat.com> It's too verbose.
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- scripts/archive-source.sh | 2 +- tests/lcitool/libvirt-ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh index 85cd0a63a0..68eb9672de 100755 --- a/scripts/archive-source.sh +++ b/scripts/archive-source.sh @@ -77,7 +77,7 @@ function subproject_dir() { git archive --format tar "$(tree_ish)" > "$tar_file" test $? -ne 0 && error "failed to archive qemu" -meson subprojects download $subprojects +meson subprojects download $subprojects >/dev/null test $? -ne 0 && error "failed to download subprojects $subprojects" for sp in $subprojects; do diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci index 18c4bfe02c..7a92fe388f 160000 --- a/tests/lcitool/libvirt-ci +++ b/tests/lcitool/libvirt-ci @@ -1 +1 @@ -Subproject commit 18c4bfe02c467e5639bf9a687139735ccd7a3fff +Subproject commit 7a92fe388f55d1bbc33e639e3484533f88c542ec -- 2.51.0