On Fri, 9 Dec 2022 at 11:44, Paolo Bonzini <pbonz...@redhat.com> wrote: > > --- > tests/qemu-iotests/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build > index 583468c5b9b3..3d8637c8f2b6 100644 > --- a/tests/qemu-iotests/meson.build > +++ b/tests/qemu-iotests/meson.build > @@ -43,5 +43,6 @@ foreach format, speed: qemu_iotests_formats > protocol: 'tap', > suite: suites, > timeout: 0, > + verbose: true, > is_parallel: false) > endforeach
How much does this increase the size of a build-and-test logfile by? I know the gitlab CI has a size limit on that these days, so if this noticeably increases the total log size we might want to check how close we are to the limit... thanks -- PMM