summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2019-12-13 15:18:03 -0800
committerDavid Su <dysu@google.com>2019-12-13 18:03:31 -0800
commit028ea7dd189bbc83ab9acfa65fe369235ed5bf19 (patch)
tree36fa9b360ebdec1dfac8e9998715fe5b8187238b /tests
parent4184d6bc5fb33254dfb67be4cfe15a88b6f98218 (diff)
FrameworksWifiApiTests runtest.sh: do not run with root
`adb root` is unnecessary, remove. Bug: 146163587 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Change-Id: If2744766a0109655ce56f4b80a8c1bd8dd03da47
Diffstat (limited to 'tests')
-rwxr-xr-xtests/wifitests/runtests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wifitests/runtests.sh b/tests/wifitests/runtests.sh
index 085098a94..c03c9d4b8 100755
--- a/tests/wifitests/runtests.sh
+++ b/tests/wifitests/runtests.sh
@@ -36,7 +36,6 @@ APK_NAME="$(ls -t $(find $OUT -name FrameworksWifiTests.apk) | head -n 1)"
set -x # print commands
-adb root
adb wait-for-device
adb install -r -g "$APK_NAME"