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

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

Issue 15979032: Android: renames pylib.constants.CHROME_DIR to DIR_SOURCE_ROOT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 34bae526c492d6602c9ba60b4e58a4042681865e..83b80de132b53fa1996af8cb91512fd49e1bb86b 100644
--- a/build/android/pylib/utils/report_results.py
+++ b/build/android/pylib/utils/report_results.py
@@ -16,7 +16,7 @@ import flakiness_dashboard_results_uploader
def _LogToFile(results, test_type, test_suite, build_type):
"""Log results to local files which can be used for aggregation later."""
- log_file_path = os.path.join(constants.CHROME_DIR, 'out',
+ log_file_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out',
build_type, 'test_logs')
if not os.path.exists(log_file_path):
os.mkdir(log_file_path)

Powered by Google App Engine
This is Rietveld 408576698