This commit is contained in:
NissimHadar 2018-11-12 11:00:24 -08:00
parent ae28de119f
commit a535519fbc

View file

@ -488,7 +488,7 @@ void TestRunner::runInterfaceWithTestScript() {
" --testScript " + testScript + " quitWhenFinished" + " --testScript " + testScript + " quitWhenFinished" +
" --testResultsLocation " + _snapshotFolder; " --testResultsLocation " + _snapshotFolder;
interfaceWorker->setCommandLine(commandLine); _interfaceWorker->setCommandLine(commandLine);
emit startInterface(); emit startInterface();
#elif defined Q_OS_MAC #elif defined Q_OS_MAC
// On The Mac, we need to resize Interface. The Interface window opens a few seconds after the process // On The Mac, we need to resize Interface. The Interface window opens a few seconds after the process