mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Typo.
This commit is contained in:
parent
ae28de119f
commit
a535519fbc
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ void TestRunner::runInterfaceWithTestScript() {
|
|||
" --testScript " + testScript + " quitWhenFinished" +
|
||||
" --testResultsLocation " + _snapshotFolder;
|
||||
|
||||
interfaceWorker->setCommandLine(commandLine);
|
||||
_interfaceWorker->setCommandLine(commandLine);
|
||||
emit startInterface();
|
||||
#elif defined Q_OS_MAC
|
||||
// On The Mac, we need to resize Interface. The Interface window opens a few seconds after the process
|
||||
|
|
Loading…
Reference in a new issue