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

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: Adds support for cleanup_test_files 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 159d66a4083254ebca34038dd92b4c5c89943837..e6712c61726786d701ac4746e616baef1333e984 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -59,7 +59,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