forked from qt-creator/qt-creator
ClangTools: Provide more information if plugin tests fail
Print the error text we are showing in the info bar. For example: QWARN : ...testProject(simple.pro) Error: Failed to build the project. FAIL! : ...testProject(simple.pro) 'finishedSuccessfully' returned FALSE. () Change-Id: I7df91909dc4974a2c3aa9d44cb7511222517198c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
QAction *startOnCurrentFileAction() const { return m_startOnCurrentFileAction; }
|
||||
|
||||
signals:
|
||||
void finished(bool success); // For testing.
|
||||
void finished(const QString &errorText); // For testing.
|
||||
|
||||
private:
|
||||
enum class State {
|
||||
|
||||
Reference in New Issue
Block a user