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 e98b4c1 commit ce75d8fCopy full SHA for ce75d8f
scripts/run_android_emulator.sh
@@ -22,7 +22,8 @@ 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 class org.pytorch.executorch.ModuleInstrumentationTest \
+adb shell am instrument -w -r -e \
26
+ class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
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