Evaluate results even if Interface crashed midway.

This commit is contained in:
NissimHadar 2018-11-13 10:12:06 -08:00
parent c7e0cb1757
commit 234a46bd43

View file

@ -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();