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

Unified Diff: testing/scripts/host_info.py

Issue 1334803002: Revert of [Android] Don't use a device blacklist if one isn't provided. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « build/android/update_verification.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/host_info.py
diff --git a/testing/scripts/host_info.py b/testing/scripts/host_info.py
index 080437784b29bb7f96dafa3ec002c69cb36509f7..b3131d8fb5c7ffd1ad077e24a20f55ee2c1ce5d1 100755
--- a/testing/scripts/host_info.py
+++ b/testing/scripts/host_info.py
@@ -66,9 +66,7 @@
'android',
'buildbot',
'bb_device_status_check.py'),
- '--json-output', tempfile_path,
- '--blacklist-file', os.path.join(
- args.paths['checkout'], 'out', 'bad_devices.json')])
+ '--json-output', tempfile_path])
if rc:
failures.append('bb_device_status_check')
« no previous file with comments | « build/android/update_verification.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698