summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/selftests.pri
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-02-27 16:31:03 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-28 05:56:03 +0100
commitcbc777374a26134e87054b2292a800d4b3835d82 (patch)
treee71eaa141bbb4a502eeae11e6823220725723d85 /tests/auto/testlib/selftests/selftests.pri
parent8cacf68cdf5a8211811ca8a30a75f6979682cb1f (diff)
testlib: Improve the silent logging mode
Previously the silent logging mode suppressed passes, skips and internal testlib info messages, but did not suppress debugging output, making it hard to see the fails in a noisy test. This commit changes silent mode so that it suppresses all output except test failures and fatal errors, making silent mode truly useful for seeing just the important test output. This commit also adds a selftest to verify the behaviour of silent mode. Change-Id: I75420aead03682306210746a87e2a3b608b58fc6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/selftests.pri')
-rw-r--r--tests/auto/testlib/selftests/selftests.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/selftests.pri b/tests/auto/testlib/selftests/selftests.pri
index 0809c4d497..1fc66e6364 100644
--- a/tests/auto/testlib/selftests/selftests.pri
+++ b/tests/auto/testlib/selftests/selftests.pri
@@ -30,6 +30,7 @@ SUBPROGRAMS = \
printdatatags \
printdatatagswithglobaltags \
qexecstringlist \
+ silent \
singleskip \
skip \
skipcleanup \