forked from qt-creator/qt-creator
TestOutputReader: Don't store test process
Test process may be deleted when reader is still alive. Change-Id: I534d5bcebc6040305c4d937174db9444f6633df8 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -24,7 +24,7 @@ protected:
|
||||
TestResult createDefaultResult() const override;
|
||||
|
||||
private:
|
||||
void onDone();
|
||||
void onDone(int exitCode);
|
||||
void sendCompleteInformation();
|
||||
void handleMessageMatch(const QRegularExpressionMatch &match);
|
||||
void reportNoOutputFinish(const QString &description, ResultType type);
|
||||
|
||||
Reference in New Issue
Block a user