forked from qt-creator/qt-creator
AutoTest: Show results for debugging tests as well
At least display results for using gdb or lldb and inform user that we are not able to do so when using cdb. Task-number: QTCREATORBUG-16693 Change-Id: I1a98a79aaf76de47b5dcb58d4dca9247f1642d36 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -42,9 +42,10 @@ public:
|
||||
TestOutputReader(const QFutureInterface<TestResultPtr> &futureInterface,
|
||||
QProcess *testApplication, const QString &buildDirectory);
|
||||
|
||||
protected:
|
||||
virtual void processOutput(const QByteArray &outputLine) = 0;
|
||||
virtual void processStdError(const QByteArray &output);
|
||||
|
||||
protected:
|
||||
QFutureInterface<TestResultPtr> m_futureInterface;
|
||||
QProcess *m_testApplication; // not owned
|
||||
QString m_buildDir;
|
||||
|
||||
Reference in New Issue
Block a user