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

Unified Diff: build/android/test_runner.py

Issue 1981043004: Added the --screenshot option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added directory 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 23c403995953224f97282d1639d12c9c49c6600c..ee2599e7518adb854621f6fa5d215cbd06dbac5b 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -337,7 +337,7 @@ def AddJavaTestOptions(argument_group):
help=('Comma-separated list of annotations. Exclude tests with these '
'annotations.'))
argument_group.add_argument(
- '--screenshot', dest='screenshot_failures', action='store_true',
+ '--screenshot', dest='screenshot_dir',
jbudorick 2016/05/18 17:52:21 I think this should also accept --screenshot-dir (
BigBossZhiling 2016/05/18 19:22:22 Done.
help='Capture screenshots of test failures')
argument_group.add_argument(
'--save-perf-json', action='store_true',

Powered by Google App Engine
This is Rietveld 408576698