QtTest: add missing newline to -throwonfail/skip lines
Amends fde57300ab.
Change-Id: Ib63838f3ccbd614164cbfffd0c3029e25331cc13
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
(cherry picked from commit f566b09ed7b71f47c477f8dfd306e568dac1936f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
parent
9c9a1b37b4
commit
a0b46eaf3a
|
|
@ -674,9 +674,9 @@ Q_TESTLIB_EXPORT void qtest_qParseArgs(int argc, const char *const argv[], bool
|
|||
" is only supported with the plain text logger.\n"
|
||||
" -skipblacklisted : Skip blacklisted tests. Useful for measuring test coverage.\n"
|
||||
" -[no]throwonfail : Enables/disables throwing on QCOMPARE()/QVERIFY()/etc.\n"
|
||||
" Default: off, unless QTEST_THROW_ON_FAIL is set."
|
||||
" Default: off, unless QTEST_THROW_ON_FAIL is set.\n"
|
||||
" -[no]throwonskip : Enables/disables throwing on QSKIP().\n"
|
||||
" Default: off, unless QTEST_THROW_ON_SKIP is set."
|
||||
" Default: off, unless QTEST_THROW_ON_SKIP is set.\n"
|
||||
"\n"
|
||||
" Benchmarking options:\n"
|
||||
#if QT_CONFIG(valgrind)
|
||||
|
|
|
|||
Loading…
Reference in New Issue