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 7341a30 commit ee75b55Copy full SHA for ee75b55
scripts/run_android_emulator.sh
@@ -26,6 +26,7 @@ adb shell am instrument -w -r \
26
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
27
adb logcat -d > logcat.txt
28
cat logcat.txt
29
+cat result.txt
30
grep -q FAILURES result.txt && cat result.txt
31
grep -q FAILURES result.txt && exit -1
32
exit 0
0 commit comments