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

Unified Diff: build/android/run_tests.py

Issue 8676022: Verbose on test list in output. Add test-related comment near deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « build/all_android.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index b1b6a1dd14fc15f2cf22e2dab66bf0164dabee47..601ccc6185ccd986f540406a31fcc73abdb17a36 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -150,6 +150,7 @@ def RunTests(device, test_suite, gtest_filter, test_arguments, rebaseline,
'out', 'Release'))
_TEST_SUITES = [os.path.join(test_suite_dir, t) for t in _TEST_SUITES]
debug_info_list = []
+ print _TEST_SUITES # So it shows up in buildbot output
for t in _TEST_SUITES:
test = SingleTestRunner(device, t, gtest_filter, test_arguments,
timeout, rebaseline, performance_test,
« no previous file with comments | « build/all_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698