Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: fb7e7990342e59cf67dbd895c1a1e3fb1741df7a
https://github.com/qemu/qemu/commit/fb7e7990342e59cf67dbd895c1a1e3fb1741df7a
Author: Thomas Huth <[email protected]>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M tests/qtest/qom-test.c
Log Message:
-----------
tests/qtest/qom-test: Do not print tested properties by default
We're still running into the problem that some logs are cut in the
gitlab-CI since they got too big. The biggest part of the log is
still the output of the qom-test. Let's stop printing the properties
by default to get to a saner size here. The full output can still
be enabled by setting V=2 (or higher) in the environment.
Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: [email protected]
Signed-off-by: Peter Maydell <[email protected]>