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

Unified Diff: build/android/pylib/utils/report_results.py

Issue 342823004: [Android] Switch long form test result reporting to a gtest-esque format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « build/android/pylib/base/base_test_result_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/utils/report_results.py
diff --git a/build/android/pylib/utils/report_results.py b/build/android/pylib/utils/report_results.py
index cb8115f758d4ff9cb3eff3f380fa1e6feb7a7754..b13b9bc84303ddc4419a38e6bc3f5c371174173d 100644
--- a/build/android/pylib/utils/report_results.py
+++ b/build/android/pylib/utils/report_results.py
@@ -90,7 +90,7 @@ def LogFull(results, test_type, test_package, annotation=None,
logging.critical('*' * 80)
logging.critical('Summary')
logging.critical('*' * 80)
- for line in results.GetLongForm().splitlines():
+ for line in results.GetGtestForm().splitlines():
logging.critical(line)
logging.critical('*' * 80)
« no previous file with comments | « build/android/pylib/base/base_test_result_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698