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

Unified Diff: build/android/pylib/host_driven/python_test_base.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
Index: build/android/pylib/host_driven/python_test_base.py
diff --git a/build/android/pylib/host_driven/python_test_base.py b/build/android/pylib/host_driven/python_test_base.py
index 67fdb93f36ad5639025e957729fd80a90856b1d2..bf869e85c89ebc7489eb28fa58f33c26d619a21c 100644
--- a/build/android/pylib/host_driven/python_test_base.py
+++ b/build/android/pylib/host_driven/python_test_base.py
@@ -79,8 +79,7 @@ class PythonTestBase(object):
test_pkg = test_package.TestPackage(
self.options.test_apk_path, self.options.test_apk_jar_path)
java_test_runner = test_runner.TestRunner(self.options, self.device_id,
- self.shard_index, False,
- test_pkg,
+ self.shard_index, test_pkg,
self.ports_to_forward)
try:
java_test_runner.SetUp()
« no previous file with comments | « build/android/pylib/host_driven/java_unittest_utils.py ('k') | build/android/pylib/host_driven/run_python_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698