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

Commit 553affa9 authored by Nebojsa Cvetkovic's avatar Nebojsa Cvetkovic Committed by Gerrit Code Review
Browse files

Fix SmokeTest

Change-Id: Ia53766b62d3777de49eaaac122042b99e6f1a3f7
parent 3ff13a17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1161,7 +1161,7 @@ function smoketest()
        return
    fi

    (cd "$T" && mmm tests/SmokeTest) &&
    (cd "$T" && make SmokeTest SmokeTestApp) &&
      adb uninstall com.android.smoketest > /dev/null &&
      adb uninstall com.android.smoketest.tests > /dev/null &&
      adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTestApp.apk &&