mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Give final evaluation message also in non-interactive mode.
This commit is contained in:
parent
e15badad18
commit
96deeac126
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void Test::startTestsEvaluation(const QString& testFolder, const QString& branch
|
|||
void Test::finishTestsEvaluation(bool isRunningFromCommandline, bool interactiveMode, QProgressBar* progressBar) {
|
||||
bool success = compareImageLists((!isRunningFromCommandline && interactiveMode), progressBar);
|
||||
|
||||
if (interactiveMode && !isRunningFromCommandline) {
|
||||
if (!isRunningFromCommandline) {
|
||||
if (success) {
|
||||
QMessageBox::information(0, "Success", "All images are as expected");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue