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

Unified Diff: build/android/test_runner.py

Issue 787803004: Update from https://crrev.com/307664 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 6 years 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/gtest/gtest_config.py ('k') | build/build-ctags.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 1c063310d05ae3753f0dc4eee9f4ee3bad5901a1..68827b95863aaaeb62387f1a9a353c463abb33f1 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -864,8 +864,8 @@ def RunTestsInPlatformMode(args, parser):
results=results,
test_type=test.TestType(),
test_package=test_run.TestPackage(),
- annotation=args.annotations,
- flakiness_server=args.flakiness_dashboard_server)
+ annotation=getattr(args, 'annotations', None),
+ flakiness_server=getattr(args, 'flakiness_dashboard_server', None))
if args.json_results_file:
json_results.GenerateJsonResultsFile(
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | build/build-ctags.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698