OSDN Git Service

tests/qtest/qom-test: Do not print tested properties by default
authorThomas Huth <thuth@redhat.com>
Thu, 15 Dec 2022 15:30:36 +0000 (16:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Jan 2023 15:00:57 +0000 (15:00 +0000)
commitfb7e7990342e59cf67dbd895c1a1e3fb1741df7a
tree2ef87d2db4f47e26d7f2958534893d58ebc5b2b9
parenta8d6abe1292e1db1ad9be5b2b124b9c01bcda094
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 <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20221215153036.422362-1-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/qom-test.c