Set the "--no-updater" flag so that the "Update Available" pop-up won't...

This commit is contained in:
NissimHadar 2018-10-18 11:51:04 -07:00
parent 206c14b938
commit 4c6185d139
2 changed files with 2 additions and 2 deletions

View file

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

View file

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