[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 Review URL: https://codereview.chromium.org/607583002 Cr-Commit-Position: refs/heads/master@{#296835}
Showing
Please register or sign in to comment