We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1456dde commit 1a58a3fCopy full SHA for 1a58a3f
.github/workflows/bobtests_linux.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: start tester
69
shell: bash
70
run: |
71
- cd java_tox_tester-master/ ; ls -al ; ./do_wait_for_app.sh &
+ cd java_tox_tester-master/ ; ls -al ; ./do_wait_for_app.sh > /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/tester.log 2>&1 &
72
- name: check disk space
73
74
@@ -112,6 +112,7 @@ jobs:
112
cat /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/logcat.txt
113
echo "================"
114
115
+ cat /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/tester.log
116
117
118
pwd
0 commit comments