mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Echo status to screen
This commit is contained in:
parent
ae28de119f
commit
05033b7da1
1 changed files with 2 additions and 0 deletions
|
@ -173,7 +173,9 @@ void TestRunner::setWorkingFolder() {
|
|||
}
|
||||
|
||||
script.write("#!/bin/sh\n\n");
|
||||
script.write("echo resizing interface");
|
||||
script.write(("osascript " + _workingFolder + "/setInterfaceSizeAndPosition.scpt\n").toStdString().c_str());
|
||||
script.write("echo resize complete");
|
||||
script.close();
|
||||
script.setPermissions(QFile::ReadOwner | QFile::WriteOwner | QFile::ExeOwner);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue