diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-06-22 14:45:29 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-06-22 14:45:29 (GMT) |
commit | fbc9a2e0a429e5fc2b178ab3875c2e3550129c12 (patch) | |
tree | d65e3f1e86697d7d0ff51e1f96c81b84be77b5bf | |
parent | d910b0c8a184ed53531c80deb26b27dd762c133e (diff) | |
download | Qt-fbc9a2e0a429e5fc2b178ab3875c2e3550129c12.zip Qt-fbc9a2e0a429e5fc2b178ab3875c2e3550129c12.tar.gz Qt-fbc9a2e0a429e5fc2b178ab3875c2e3550129c12.tar.bz2 |
Mention -maxwarnings in debug output
Fixes the very frequently asked question "how do I see the full output?"
-rw-r--r-- | src/testlib/qtestlog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |