Skip to content

Commit 3a156c8

Browse files
committed
regression
1 parent b3650ea commit 3a156c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_android_emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ adb uninstall org.pytorch.executorch.test || true
2626
adb install -t android-test-debug-androidTest.apk
2727

2828
adb logcat -c
29-
adb shell am instrument -w -r \
29+
adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
3030
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
3131
adb logcat -d > logcat.txt
3232
adb shell dumpsys meminfo

0 commit comments

Comments
 (0)