forked from qt-creator/qt-creator
AutoTest: Fix handling of multiple fails of tests
Broke with d05c5b7d07.
Fixes: QTCREATORBUG-29146
Change-Id: If7cc7f943c16113785a21b661a545e00331f1dcd
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -210,7 +210,7 @@ void GTestOutputReader::handleDescriptionAndReportResult(const TestResult &testR
|
||||
}
|
||||
}
|
||||
result.setDescription(resultDescription.join('\n'));
|
||||
reportResult(testResult);
|
||||
reportResult(result);
|
||||
resultDescription.clear();
|
||||
|
||||
result = createDefaultResult();
|
||||
|
||||
Reference in New Issue
Block a user