Skip to content

Commit ce75d8f

Browse files
committed
E2
1 parent e98b4c1 commit ce75d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_android_emulator.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ adb uninstall org.pytorch.executorch.test || true
2222
adb install -t android-test-debug-androidTest.apk
2323

2424
adb logcat -c
25-
adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentationTest \
25+
adb shell am instrument -w -r -e \
26+
class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
2627
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
2728
adb logcat -d > logcat.txt
2829
cat logcat.txt

0 commit comments

Comments
 (0)