Skip to content

Commit

Permalink
Move logs to automator
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevazhnovu committed Sep 6, 2024
1 parent f8dd0b4 commit 2b3f4be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
hdiutil attach AltTesterDesktop__v2.1.2.dmg
cp -R /Volumes/AltTesterDesktop/AltTesterDesktop.app /Applications
cd /Applications
AltTesterDesktop.app/Contents/MacOS/AltTester\ Desktop -port 13000 -logfile ~/logs/altTesterLog.txt &>/dev/null &
popd
- name: Gradle cache
uses: gradle/actions/setup-gradle@v3
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<dict>
<key>cdhash</key>
<data>
xXML8ZXyQgzeRFJbD853u+2G4ds=
bu7IlQBv2mNNSLy2pCKEHzNMTms=
</data>
<key>requirement</key>
<string>cdhash H"a3235478d15087fa07a4341e8ff54983a12b3dfc" or cdhash H"c5730bf195f2420cde44525b0fce77bbed86e1db"</string>
<string>cdhash H"2684fc879b9e436f88416c4bc038100a30eb1057" or cdhash H"6eeec895006fda634d48bcb6a422841f334c4e6b"</string>
</dict>
</dict>
<key>rules</key>
Expand Down
2 changes: 1 addition & 1 deletion UI-TESTS/StartAltTester.app/Contents/document.wflow
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
osascript -e 'tell app "Terminal"
activate
do script "cd /Applications &amp;&amp;
AltTesterDesktop.app/Contents/MacOS/AltTester\\ Desktop -port 13000"
AltTesterDesktop.app/Contents/MacOS/AltTester\\ Desktop -port 13000 -logfile ~/logs/altTesterLog.txt &amp;&gt;~/logs/altTesterComLog.txt &amp;"
set input to "\"\\033]0;AltTester\\007\""
do script "echo -n -e " &amp; input in front window
end tell'</string>
Expand Down

0 comments on commit 2b3f4be

Please sign in to comment.