Skip to content

Commit 1a58a3f

Browse files
committed
save tester log and cat it at the end
1 parent 1456dde commit 1a58a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: start tester
6969
shell: bash
7070
run: |
71-
cd java_tox_tester-master/ ; ls -al ; ./do_wait_for_app.sh &
71+
cd java_tox_tester-master/ ; ls -al ; ./do_wait_for_app.sh > /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/tester.log 2>&1 &
7272
- name: check disk space
7373
shell: bash
7474
run: |
@@ -112,6 +112,7 @@ jobs:
112112
cat /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/logcat.txt
113113
echo "================"
114114
echo "================"
115+
cat /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/tester.log
115116
echo "================"
116117
echo "================"
117118
pwd

0 commit comments

Comments
 (0)