Description[Android] Fix UIAutomator test running.
I broke the uiautomator tests with my change to instrumentation test
running in https://codereview.chromium.org/558883003/. The revised
implementation never called _RunTest, which the uiautomator test runner
overrides to run its tests. As a result, we were trying to run the
uiautomator tests with 'am instrument', which (obviously) doesn't work.
This patch revises the implementation of the instrumentation test runner
s.t. it does call _RunTest again.
BUG=417492
Committed: https://crrev.com/10a670535f86258e35633d855a01dac0a3f11c51
Cr-Commit-Position: refs/heads/master@{#296835}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Total comments: 2
Patch Set 4 : #
Messages
Total messages: 18 (5 generated)
|