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

Unified Diff: build/android/pylib/instrumentation/test_options.py

Issue 1167693002: remove stale test data on the device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/pylib/instrumentation/test_options.py
diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py
index 792010b83a54d7ebb1e0bf925cbf89ed2025c870..e7b7a9f9b6331b5675754ca732091fc5b5719a7f 100644
--- a/build/android/pylib/instrumentation/test_options.py
+++ b/build/android/pylib/instrumentation/test_options.py
@@ -23,4 +23,5 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [
'test_support_apk_path',
'device_flags',
'isolate_file_path',
- 'set_asserts'])
+ 'set_asserts',
+ 'delete_stale_data'])

Powered by Google App Engine
This is Rietveld 408576698