mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 22:20:26 +02:00
Kill Hifi processes after evaluation.
This commit is contained in:
parent
f4f1ac8f02
commit
e7ab7094cd
1 changed files with 2 additions and 2 deletions
|
@ -528,8 +528,6 @@ void TestRunner::runInterfaceWithTestScript() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void TestRunner::interfaceExecutionComplete() {
|
void TestRunner::interfaceExecutionComplete() {
|
||||||
killProcesses();
|
|
||||||
|
|
||||||
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\nExisting images will be evaluated");
|
QMessageBox::critical(0, "Tests not completed", "Interface seems to have crashed before completion of the test scripts\nExisting images will be evaluated");
|
||||||
|
@ -537,6 +535,8 @@ void TestRunner::interfaceExecutionComplete() {
|
||||||
|
|
||||||
evaluateResults();
|
evaluateResults();
|
||||||
|
|
||||||
|
killProcesses();
|
||||||
|
|
||||||
// The High Fidelity AppData folder will be restored after evaluation has completed
|
// The High Fidelity AppData folder will be restored after evaluation has completed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue