Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a7913c2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "update wifi unit test script" into pi-dev

parents ad8159be 3f26ff2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,4 +21,5 @@ adb wait-for-device

adb install -r -g "$OUT/data/app/FrameworksWifiApiTests/FrameworksWifiApiTests.apk"

adb shell am instrument -w "$@" 'android.net.wifi.test/android.support.test.runner.AndroidJUnitRunner'
adb shell am instrument --no-hidden-api-checks -w "$@" \
  'android.net.wifi.test/android.support.test.runner.AndroidJUnitRunner'