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

Unified Diff: build/android/test_runner.py

Issue 2231693002: Revert of Added tombstones in instrumentation tests results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 d8f1ab304930987a11a1355d6c8d818cdab5d256..922b8999ee4f4665d01cae88e16b1df52ca0aa65 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -422,9 +422,6 @@
help='StrictMode command-line flag set on the device, '
'death/testing to kill the process, off to stop '
'checking, flash to flash only. Default testing.')
- group.add_argument('--store-tombstones', dest='store_tombstones',
- action='store_true',
- help='Add tombstones in results if crash.')
AddCommonOptions(parser)
AddDeviceOptions(parser)
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | build/android/test_runner.pydeps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698