qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 30/30] meson: always log qemu-iotests verbosely


From: Paolo Bonzini
Subject: Re: [PATCH 30/30] meson: always log qemu-iotests verbosely
Date: Mon, 12 Dec 2022 22:36:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

On 12/12/22 17:55, Peter Maydell wrote:
On Fri, 9 Dec 2022 at 11:44, Paolo Bonzini <pbonzini@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...

~300 lines, so probably around 20-30 kilobytes.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]