forked from qt-creator/qt-creator
AutoTest: Give some hint about the warning's origin
Change-Id: I4e26eea953d3e4e840678bd45eb2e4961e270eb2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -241,7 +241,7 @@ void QtTestOutputReader::processOutput()
|
||||
break;
|
||||
default:
|
||||
// this must come from plain printf() calls - but this will be ignored anyhow
|
||||
qWarning() << "Ignored plain output:" << text.toString();
|
||||
qWarning() << "AutoTest.Run: Ignored plain output:" << text.toString();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
@@ -45,7 +45,7 @@ TestOutputReader::TestOutputReader(const QFutureInterface<TestResultPtr> &future
|
||||
|
||||
void TestOutputReader::processStdError()
|
||||
{
|
||||
qWarning() << "Ignored plain output:" << m_testApplication->readAllStandardError();
|
||||
qWarning() << "AutoTest.Run: Ignored plain output:" << m_testApplication->readAllStandardError();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
Reference in New Issue
Block a user