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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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
Index: build/android/pylib/remote/device/remote_device_uirobot_test_run.py
diff --git a/build/android/pylib/remote/device/remote_device_uirobot_test_run.py b/build/android/pylib/remote/device/remote_device_uirobot_test_run.py
index 936db0a45dffd6b10db17e62677888597da26dc2..f818c989abb70ea3ea32d561ac401325005f0d57 100644
--- a/build/android/pylib/remote/device/remote_device_uirobot_test_run.py
+++ b/build/android/pylib/remote/device/remote_device_uirobot_test_run.py
@@ -43,7 +43,7 @@ class RemoteDeviceUirobotTestRun(remote_device_test_run.RemoteDeviceTestRun):
default_runner_type = 'ios_robot'
else:
raise remote_device_helper.RemoteDeviceError(
- 'Unkown device type: %s' % self._env.device_type)
+ 'Unknown device type: %s' % self._env.device_type)
self._app_id = self._UploadAppToDevice(self._test_instance.app_under_test)
if not self._env.runner_type:
« no previous file with comments | « build/android/pylib/remote/device/remote_device_test_run.py ('k') | build/android/pylib/utils/base_error.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698