AutoTest: Fix special handling for boost exit

...especially for the case where the test output is suppressed.

Change-Id: I7294af9e941d800b8aae65f7c2c6f898f2ac4e46
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Christian Stenger
2023-06-20 08:58:49 +02:00
parent 32c864951c
commit b6961c38b6
4 changed files with 6 additions and 7 deletions

View File

@@ -419,6 +419,9 @@ void TestRunner::runTestsHelper()
+ processInformation(&process) + rcInfo(config));
}
if (testStorage->m_outputReader)
testStorage->m_outputReader->onDone(process.exitCode());
if (process.exitStatus() == QProcess::CrashExit) {
if (testStorage->m_outputReader)
testStorage->m_outputReader->reportCrash();