From fd0314d65a739b8aa0b49ad83f40aa28a730df37 Mon Sep 17 00:00:00 2001 From: Kohsuke Yatoh Date: Thu, 24 Feb 2022 17:23:37 -0800 Subject: Drop "adb shell" from RunCommandTargetPreparer. The command should not have "adb shell", as the command is passed to the device shell by RunCommandTargetPreparer. Bug: 220385622 Test: atest InputMethodStressTest Change-Id: I95a90d73e2c26c0ad21d5000b19ff8d805de5250 --- tests/InputMethodStressTest/AndroidTest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/InputMethodStressTest/AndroidTest.xml b/tests/InputMethodStressTest/AndroidTest.xml index fc54ca645a2e..5fb260f174e6 100644 --- a/tests/InputMethodStressTest/AndroidTest.xml +++ b/tests/InputMethodStressTest/AndroidTest.xml @@ -19,8 +19,8 @@ - -- cgit v1.2.3-59-g8ed1b