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

Unified Diff: build/android/test_runner.py

Issue 2306263002: Fix default value of --output-chartjson-data '' -> None (Closed)
Patch Set: revert pydeps Created 4 years, 3 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 | « .gitignore ('k') | no next file » | 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 47c395eae0981755b9eb745ec624bb355e33cefe..6b585bb8721223a619b9faaed7e22b131893a64e 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -576,7 +576,6 @@ def AddPerfTestOptions(parser):
help='Cache the chartjson output from each step for later use.')
group.add_argument(
'--output-chartjson-data',
- default='',
type=os.path.realpath,
help='Write out chartjson into the given file.')
# TODO(rnephew): Remove this when everything moves to new option in platform
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698