Index: build/android/pylib/instrumentation/test_runner.py |
diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py |
index 5e2b67ece86160100bd7b999cd803120e011dd62..ffa805c5035279b810f59335c79a8ae4d749f191 100644 |
--- a/build/android/pylib/instrumentation/test_runner.py |
+++ b/build/android/pylib/instrumentation/test_runner.py |
@@ -62,7 +62,6 @@ class TestRunner(base_test_runner.BaseTestRunner): |
Can be optionally requested by a test case. |
""" |
super(TestRunner, self).__init__(device, test_options.tool, |
- test_options.build_type, |
test_options.push_deps, |
test_options.cleanup_test_files) |
self._lighttp_port = constants.LIGHTTPD_RANDOM_PORT_FIRST + shard_index |