From fbc9a2e0a429e5fc2b178ab3875c2e3550129c12 Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Mon, 22 Jun 2009 16:45:29 +0200 Subject: Mention -maxwarnings in debug output Fixes the very frequently asked question "how do I see the full output?" --- src/testlib/qtestlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testlib/qtestlog.cpp b/src/testlib/qtestlog.cpp index 4a9675a..64c1312 100644 --- a/src/testlib/qtestlog.cpp +++ b/src/testlib/qtestlog.cpp @@ -139,7 +139,7 @@ namespace QTest { if (!counter.deref()) { QTest::testLogger->addMessage(QAbstractTestLogger::QSystem, - "Maximum amount of warnings exceeded."); + "Maximum amount of warnings exceeded. Use -maxwarnings to override."); return; } } -- cgit v0.12