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 4260054 commit 4a11acdCopy full SHA for 4a11acd
scripts/run_android_emulator.sh
@@ -26,5 +26,5 @@ adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentat
26
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
27
adb logcat -d > logcat.txt
28
cat logcat.txt
29
-grep -q FAILURES result.txt || cat result.txt
30
-grep -q FAILURES result.txt || exit -1
+grep -q FAILURES result.txt && cat result.txt
+grep -q FAILURES result.txt && exit -1
0 commit comments