mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
Set the "--no-updater" flag so that the "Update Available" pop-up won't...
This commit is contained in:
parent
206c14b938
commit
4c6185d139
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue