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

Unified Diff: build/android/test_runner.py

Issue 1965013008: Add directory option for JUnit coverage files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 7 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/junit/test_runner.py ('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 23c403995953224f97282d1639d12c9c49c6600c..25970c7606e62dfa700f6b912fab86f74481a1ae 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -459,6 +459,9 @@ def AddJUnitTestOptions(parser):
group.add_argument(
'--sdk-version', dest='sdk_version', type=int,
help='The Android SDK version.')
+ group.add_argument(
+ '--coverage-dir', dest='coverage_dir',
+ help='Directory to store coverage info.')
AddCommonOptions(parser)
« no previous file with comments | « build/android/pylib/junit/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698