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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 18770008: [Android] Redesigns the sharder to allow replicated vs distributed tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebases, cleans up fallout from rebase 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/pylib/gtest/test_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index 6bb71799b7a7b30c1bfb6275b105bea286301887..77a92dcdc35e637a2b137d4c2cdfeb8f105de29c 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -58,7 +58,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
timeout = timeout * 2
self.timeout = timeout * self.tool.GetTimeoutScale()
- logging.warning('Test suite: ' + test_suite)
+ logging.warning('Test suite: ' + str(test_suite))
if os.path.splitext(test_suite)[1] == '.apk':
self.test_package = test_package_apk.TestPackageApk(
self.adb,

Powered by Google App Engine
This is Rietveld 408576698