Skip to content

Commit 491368e

Browse files
committed
update
1 parent 28a4bcb commit 491368e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_android_emulator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ adb uninstall org.pytorch.executorch.test || true
1919
adb install -t android-test-debug-androidTest.apk
2020

2121
adb logcat -c
22-
adb shell am instrument -w -r \
23-
adb shell am instrument -w -r -e class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
22+
adb shell am instrument -w -r -e \
23+
class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
2424
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
2525
adb logcat -d > logcat.txt
2626
adb shell dumpsys meminfo

0 commit comments

Comments
 (0)