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

Unified Diff: build/android/pylib/host_driven/java_unittest_utils.py

Issue 13604006: [Android] Remove emma coverage logic for instrumentation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | build/android/pylib/host_driven/python_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/host_driven/java_unittest_utils.py
diff --git a/build/android/pylib/host_driven/java_unittest_utils.py b/build/android/pylib/host_driven/java_unittest_utils.py
index a9ddd3bc21d7372e7c430be12b3bdbba4a88e013..de90638057bf526da01f3637d32dcb69a7854133 100644
--- a/build/android/pylib/host_driven/java_unittest_utils.py
+++ b/build/android/pylib/host_driven/java_unittest_utils.py
@@ -22,6 +22,6 @@ def RunJavaTest(fname, suite, test, ports_to_forward):
device = android_commands.GetAttachedDevices()[0]
package_name = _GetPackageName(fname)
test = package_name + '.' + suite + '#' + test
- java_test_runner = test_runner.TestRunner(False, device, [test], False, False,
+ java_test_runner = test_runner.TestRunner(False, device, [test], False,
False, False, 0, ports_to_forward)
return java_test_runner.Run()
« no previous file with comments | « no previous file | build/android/pylib/host_driven/python_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698