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

Commit b0246ed6 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Update testing script

am: 0f128dd3

Change-Id: I1e4a26ee9ed7cf56c091adfb017bee0685b9cdd4
parents 938b3437 0f128dd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ _lite_test_general() {
  if [ $coverage = true ] && [ $project =~ "telecom" ] ; then
    e_options="${e_options} -e coverage 'true'"
  fi
  adb shell am instrument ${e_options} -w "$package_prefix/$instrumentation"
  adb shell am instrument --no-hidden-api-checks ${e_options} -w "$package_prefix/$instrumentation"

  # Code coverage only enabled for Telecom.
  if [ $coverage = true ] && [ $project =~ "telecom" ] ; then