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

Unified Diff: build/android/pylib/utils/emulator.py

Issue 13300002: Android: fixes emulator support in unit test scripts. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix nits Created 7 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/utils/emulator.py
diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py
index df77c52e64654731aa735640700ff520382851a4..d294354956df72c9fd2aca5164d01692361f8cbe 100755
--- a/build/android/pylib/utils/emulator.py
+++ b/build/android/pylib/utils/emulator.py
@@ -213,7 +213,7 @@ class Emulator(object):
'--silent',
'delete',
'avd',
- '--name', self.avd,
+ '--name', self.avd_name,
navabi 2013/04/08 20:11:48 Good catch. thanks.
]
avd_process = subprocess.Popen(args=avd_command,
stdout=subprocess.PIPE,

Powered by Google App Engine
This is Rietveld 408576698