mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Evaluate results even if Interface crashed midway.
This commit is contained in:
parent
c7e0cb1757
commit
234a46bd43
1 changed files with 1 additions and 3 deletions
|
@ -539,9 +539,7 @@ void TestRunner::interfaceExecutionComplete() {
|
||||||
|
|
||||||
QFileInfo testCompleted(QDir::toNativeSeparators(_snapshotFolder) +"/tests_completed.txt");
|
QFileInfo testCompleted(QDir::toNativeSeparators(_snapshotFolder) +"/tests_completed.txt");
|
||||||
if (!testCompleted.exists()) {
|
if (!testCompleted.exists()) {
|
||||||
QMessageBox::critical(0, "Tests not completed", "Interface seems to have crashed before completion of the test scripts");
|
QMessageBox::critical(0, "Tests not completed", "Interface seems to have crashed before completion of the test scripts\nExisting images will be evaluated");
|
||||||
_runNow->setEnabled(true);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
evaluateResults();
|
evaluateResults();
|
||||||
|
|
Loading…
Reference in a new issue