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') |