On Wed, Jan 18, 2023 at 01:51:32PM +0100, Thomas Huth wrote: > We are facing the issues that our test logs in the gitlab CI are > too big (and thus cut off). The bios-tables-test is one of the few > qtests that prints many lines of output by default when running with > V=1, so it contributes to this problem. Almost all other qtests are > silent with V=1 and only print debug messages with V=2 and higher. > Thus let's change the bios-tables-test to behave more like the > other tests and only print the debug messages with V=2 (or higher). > > Signed-off-by: Thomas Huth <[email protected]> > --- > See also this discussion here: > https://lore.kernel.org/qemu-devel/[email protected]/ > > tests/qtest/bios-tables-test.c | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
