Skip to content

Commit ee75b55

Browse files
committed
cat result
1 parent 7341a30 commit ee75b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_android_emulator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ adb shell am instrument -w -r \
2626
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
2727
adb logcat -d > logcat.txt
2828
cat logcat.txt
29+
cat result.txt
2930
grep -q FAILURES result.txt && cat result.txt
3031
grep -q FAILURES result.txt && exit -1
3132
exit 0

0 commit comments

Comments
 (0)