We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26af08 commit 9f6ee3bCopy full SHA for 9f6ee3b
scripts/run_android_emulator.sh
@@ -22,8 +22,7 @@ adb uninstall org.pytorch.executorch.test || true
22
adb install -t android-test-debug-androidTest.apk
23
24
adb logcat -c
25
-adb shell am instrument -w -r -e \
26
- class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
+adb shell am instrument -w -r \
27
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
28
adb logcat -d > logcat.txt
29
cat logcat.txt
0 commit comments