Skip to content

Commit 9f6ee3b

Browse files
committed
Fix x86_64 emulator stuck issue and enable tests
Differential Revision: D73221882 Pull Request resolved: #10218
1 parent e26af08 commit 9f6ee3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/run_android_emulator.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ 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 \
26-
class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
25+
adb shell am instrument -w -r \
2726
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
2827
adb logcat -d > logcat.txt
2928
cat logcat.txt

0 commit comments

Comments
 (0)