Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5890)

Unified Diff: build/android/pylib/remote/device/remote_device_test_run.py

Issue 872783003: Use upload test to get uirobot test id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/pylib/remote/device/remote_device_uirobot_test_run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/remote/device/remote_device_test_run.py
diff --git a/build/android/pylib/remote/device/remote_device_test_run.py b/build/android/pylib/remote/device/remote_device_test_run.py
index c4f75b01f9739b95952cb6bbcccbb00c444249ea..0b2deae4c47ccff3ad6e12ed54cef34bbc1dd173 100644
--- a/build/android/pylib/remote/device/remote_device_test_run.py
+++ b/build/android/pylib/remote/device/remote_device_test_run.py
@@ -19,7 +19,7 @@ from pylib.remote.device import remote_device_helper
from pylib.utils import zip_utils
class RemoteDeviceTestRun(test_run.TestRun):
- """Run gtests and uirobot tests on a remote device."""
+ """Run tests on a remote device."""
_TEST_RUN_KEY = 'test_run'
_TEST_RUN_ID_KEY = 'test_run_id'
« no previous file with comments | « no previous file | build/android/pylib/remote/device/remote_device_uirobot_test_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698