forked from qt-creator/qt-creator
AutoTest: Connect to done() signal instead of finished()
QtcProcess::done() is also emitted when process failed to start. Change-Id: I08f6f104014d1c90c0f761de352dada620207d86 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -47,7 +47,7 @@ protected:
|
||||
TestResultPtr createDefaultResult() const override;
|
||||
|
||||
private:
|
||||
void onFinished();
|
||||
void onDone();
|
||||
void sendCompleteInformation();
|
||||
void handleMessageMatch(const QRegularExpressionMatch &match);
|
||||
void reportNoOutputFinish(const QString &description, ResultType type);
|
||||
|
||||
Reference in New Issue
Block a user