mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +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");
|
||||
if (!testCompleted.exists()) {
|
||||
QMessageBox::critical(0, "Tests not completed", "Interface seems to have crashed before completion of the test scripts");
|
||||
_runNow->setEnabled(true);
|
||||
return;
|
||||
QMessageBox::critical(0, "Tests not completed", "Interface seems to have crashed before completion of the test scripts\nExisting images will be evaluated");
|
||||
}
|
||||
|
||||
evaluateResults();
|
||||
|
|
Loading…
Reference in a new issue