mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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