From 4c6185d13965c70953ba49e11ef8b1f3fed97699 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Thu, 18 Oct 2018 11:51:04 -0700 Subject: [PATCH] Set the "--no-updater" flag so that the "Update Available" pop-up won't... --- tools/auto-tester/src/TestRunner.cpp | 2 +- tools/auto-tester/src/ui/AutoTester.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/auto-tester/src/TestRunner.cpp b/tools/auto-tester/src/TestRunner.cpp index 6e03850c88..8802307151 100644 --- a/tools/auto-tester/src/TestRunner.cpp +++ b/tools/auto-tester/src/TestRunner.cpp @@ -339,7 +339,7 @@ void TestRunner::runInterfaceWithTestScript() { QString testScript = QString("https://raw.githubusercontent.com/") + _user + "/hifi_tests/" + _branch + "/tests/testRecursive.js"; - QString commandLine = exeFile + " --url " + url + " --testScript " + testScript + + QString commandLine = exeFile + " --url " + url + " --no-updater " + " --testScript " + testScript + " quitWhenFinished --testResultsLocation " + _snapshotFolder; interfaceWorker->setCommandLine(commandLine); diff --git a/tools/auto-tester/src/ui/AutoTester.cpp b/tools/auto-tester/src/ui/AutoTester.cpp index 99c1ce8e52..32457c2224 100644 --- a/tools/auto-tester/src/ui/AutoTester.cpp +++ b/tools/auto-tester/src/ui/AutoTester.cpp @@ -36,7 +36,7 @@ AutoTester::AutoTester(QWidget* parent) : QMainWindow(parent) { _ui.statusLabel->setText(""); _ui.plainTextEdit->setReadOnly(true); - setWindowTitle("Auto Tester - v6.6"); + setWindowTitle("Auto Tester - v6.7"); // Coming soon to an auto-tester near you... //// _helpWindow.textBrowser->setText()