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

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 19799003: [android] Instumentation tests determine whether to install test apk based on Md5Sum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed reference in uiautomator Created 7 years, 5 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/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index b1769ee2375391bcac39f44d79e47a3ebecef610..cb46d580c661e65dd3a4c062fd64875a78c312ac 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -167,7 +167,7 @@ def RunInstrumentationSuite(options, test, flunk_on_failure=True):
InstallApk(options, test)
args = ['--test-apk', test.test_apk, '--test_data', test.test_data,
- '--verbose', '-I']
+ '--verbose']
if options.target == 'Release':
args.append('--release')
if options.asan:
« no previous file with comments | « no previous file | build/android/pylib/android_commands.py » ('j') | build/android/pylib/instrumentation/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698