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

Unified Diff: build/android/run_tests.py

Issue 11269036: Support HTTP test-server based net unit tests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang build + sync Created 8 years, 1 month 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/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 67cfbbf625f77b7485cbb116b25f195b118ae2a8..b4a8bf16f598f2d77a5d7df944c38b3b51e87b82 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -196,7 +196,7 @@ class TestSharder(BaseTestSharder):
test_arguments, timeout, rebaseline, performance_test,
cleanup_test_files, tool, log_dump_name, fast_and_loose,
build_type):
- BaseTestSharder.__init__(self, attached_devices)
+ BaseTestSharder.__init__(self, attached_devices, build_type)
self.test_suite = test_suite
self.test_suite_basename = os.path.basename(test_suite)
self.gtest_filter = gtest_filter or ''

Powered by Google App Engine
This is Rietveld 408576698